Shipment Object Reference

Overview

Holds the information relating to a shipment of a specific order item.

Property Value
API Name s_c__Shipment__c
Label Shipment
Plural Label Shipments
Type Custom Object

Fields

Field Label API Name Type Required Description
Charge s_c__Charge__c Currency(18,2) No The amount the customer was charged for this Shipment.
Cost s_c__Cost__c Currency(18,2) No The cost to send this Shipment if provided by a Shipping_Provider__c.
Destination Outlet s_c__Destination_Outlet_Id__c Lookup (s_c__Outlet__c) No The Outlet this Shipment is going to (if any).
Errors s_c__Errors__c LongTextArea(131072) No Any errors that occurred when the system attempted to lodge a Shipment with an external Shipping_Provider__c.
Fulfillment Type s_c__Fulfillment_Type__c Picklist No The fulfillment type of this Shipment.
Last Error At s_c__Last_Error_At__c DateTime No The date/time the last error occurred when the system attempted to lodge a Shipment with an external Shipping_Provider__c.
Notes s_c__Notes__c LongTextArea(10000) No Holds any notes related to this Shipment
Order s_c__Order_Id__c Lookup (Order) Yes The Order to which this Shipment belongs.
Provider Service s_c__Provider_Service__c Text(255) No The service identifier used with the Shipping_Provider__c. For external providers this may be their product code to indicate the type of shipping. For Shipping_Rate__c this will be the name of the rate (e.g. "Standard Shipping over $100")
Provider Shipment ID s_c__Provider_Shipment_Id__c Text(255) No The ID number of this Shipment from the Shipping_Provider__c.
Provider s_c__Provider__c Text(255) No The name of the Shipping_Provider__c for this Shipment, such as "Australia Post".
Purchase Type s_c__Purchase_Type__c Picklist No The purchase type for the shipment.
Reference s_c__Reference__c Text(255) No The public ID for this Shipment.
Shipping Carrier Product s_c__Shipping_Carrier_Product_Id__c Lookup (s_c__Shipping_Carrier_Product__c) No The shipping carrier product associated for this shipment.
[DEPRECATED] Shipping Provider Product s_c__Shipping_Provider_Product_Id__c Lookup (s_c__Shipping_Provider_Product__c) No [DEPRECATED] The shipping provider product associated for this shipment. Use shipping carrier product.
Shipping Rate s_c__Shipping_Rate_Id__c Lookup (s_c__Shipping_Rate__c) No The custom Shipping_Rate__c selected by the user for their Order.
Source Outlet s_c__Source_Outlet_Id__c Lookup (s_c__Outlet__c) No The Outlet this Shipment is leaving from (if any).
State Changed At s_c__State_Changed_At__c DateTime No The date and time the State last changed for this Shipment record. This is done automatically by StoreConnect and is used to determine the order StoreConnect sends shipments to the shipping provider.
Status s_c__State__c Picklist No The current status of this Shipment.
Stock Location s_c__Stock_Location_Id__c Lookup (s_c__Stock_Location__c) Yes The Stock_Location__c from which the item will be shipped.
Tracking Code s_c__Tracking_Code__c Text(255) No The tracking code for this Shipment from the Shipping_Provider__c (if any).
Tracking Provider s_c__Tracking_Provider__c Text(255) No The tracking provider for this shipment.
Tracking Public URL s_c__Tracking_Public_Url__c Url No The tracking public URL for this shipment.
Tracking Status s_c__Tracking_Status__c Text(255) No The tracking status for this shipment.
Tracking Tracker UID s_c__Tracking_Tracker_Uid__c Text(128) No The tracking tracker UID for this shipment.
Tracking Updated At s_c__Tracking_Updated_At__c DateTime No The tracking updated date/time for this shipment.
StoreConnect External ID s_c__sC_Id__c Text(36) No StoreConnect External ID, do not modify in Salesforce

Relationships

Field Type Related Object Relationship Name
s_c__Destination_Outlet_Id__c Lookup s_c__Outlet__c Incoming_Shipments
s_c__Order_Id__c Lookup Order Shipments
s_c__Shipping_Carrier_Product_Id__c Lookup s_c__Shipping_Carrier_Product__c Shipment_Shipping_Carrier_Product
s_c__Shipping_Provider_Product_Id__c Lookup s_c__Shipping_Provider_Product__c Shipments
s_c__Shipping_Rate_Id__c Lookup s_c__Shipping_Rate__c Shipments
s_c__Source_Outlet_Id__c Lookup s_c__Outlet__c Outgoing_Shipments
s_c__Stock_Location_Id__c Lookup s_c__Stock_Location__c Shipments