s_c__Shipment__c Object Reference

Name s_c__Shipment__c
Type Custom StoreConnect Object
Description Holds the information relating to a shipment of a specific order item.

Field Definitions

Field Name Type Required Unique
s_c__Charge__c Currency(18, 2) No No
The amount the customer was charged for this Shipment.
s_c__Cost__c Currency(18, 2) No No
The cost to send this Shipment if provided by a Shipping_Provider__c.
s_c__Destination_Outlet_Id__c Lookup (s_c__Outlet__c) No No
The Outlet this Shipment is going to (if any).
s_c__Errors__c LongTextArea No No
Any errors that occurred when the system attempted to lodge a Shipment with an external Shipping_Provider__c.
s_c__Fulfillment_Type__c Picklist No No
The fulfillment type of this Shipment.
s_c__Notes__c LongTextArea No No
Holds any notes related to this Shipment
s_c__Order_Id__c Lookup (Order) Yes No
The Order to which this Shipment belongs.
s_c__Order_Item_Id__c Lookup (OrderItem) No No
[DEPRECATED] Shipments now belong to Orders. See Order_Id__c.
s_c__Provider_Service__c Text No 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")
s_c__Provider_Shipment_Id__c Text No No
The ID number of this Shipment from the Shipping_Provider__c, or the Salesforce Record ID of the Shipping_Rate__c that was used to create this Shipment.
s_c__Provider__c Text No No
The name of the Shipping_Provider__c for this Shipment, such as "Australia Post".
s_c__Source_Outlet_Id__c Lookup (s_c__Outlet__c) No No
The Outlet this Shipment is leaving from (if any).
s_c__State_Changed_At__c DateTime No 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.
s_c__State__c Picklist No No
The current status of this Shipment.
s_c__Status__c Text No No
[DEPRECATED] This is replaced by the `State__c` field.
s_c__Stock_Location_Id__c Lookup (s_c__Stock_Location__c) Yes No
The Stock_Location__c from which the item will be shipped.
s_c__Tracking_Code__c Text No No
The tracking code for this Shipment from the Shipping_Provider__c (if any).
s_c__sC_Id__c Text [External ID] No Yes
StoreConnect External ID, do not modify in Salesforce

For more information about how or when to use the above, see our documentation.

 

 
Back to Documentation