Skip to content
Log in

Shipment Object Reference

On this page

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
Auto Printed At s_c__Auto_Printed_At__c DateTime No Timestamp of when this shipment’s docket was auto-printed to its fulfillment station. Set once by the POS auto-print cycle and used as the guard so the docket is auto-printed exactly once (a printer reconnect or config change does not reprint it). Distinct from First/Last Printed At, which track every print including manual reprints.
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.
First Printed At s_c__First_Printed_At__c DateTime No Timestamp of the first time a fulfillment docket was printed for this shipment.
First Printed Register s_c__First_Printed_Register_Id__c Lookup (s_c__Register__c) No The register that first printed the fulfillment docket.
Fulfillment Station s_c__Fulfillment_Station_Id__c Lookup (s_c__Fulfillment_Station__c) No The fulfillment station this shipment was routed to for preparation.
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.
Last Printed At s_c__Last_Printed_At__c DateTime No Timestamp of the most recent fulfillment docket print.
Last Printed Register s_c__Last_Printed_Register_Id__c Lookup (s_c__Register__c) No The register that most recently printed the fulfillment docket.
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.
Requested Delivery Date s_c__Requested_Delivery_Date__c Date No Customer’s requested delivery date, copied from the Cart Fulfillment when the order is completed.
Ship To Account s_c__Ship_To_Account_Id__c Lookup (Account) No The account to ship to.
Ship To Contact s_c__Ship_To_Contact_Id__c Lookup (Contact) No The contact to ship to.
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.
Shipping City s_c__Shipping_City__c Text(40) No City of the shipment’s shipping address.
Shipping Country Code s_c__Shipping_Country_Code__c Text(80) No Shipping address country code.
Shipping Country s_c__Shipping_Country__c Text(80) No Country of the shipment’s shipping address.
Shipping Notes s_c__Shipping_Notes__c LongTextArea(10000) No Customer-provided shipping instructions or notes, copied from the Cart Fulfillment when the order is completed.
Shipping Postal Code s_c__Shipping_Postal_Code__c Text(20) No Shipping address postal code.
[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.
Shipping Recipient Name s_c__Shipping_Recipient_Name__c Text(255) No Shipping recipient name.
Shipping State Code s_c__Shipping_State_Code__c Text(80) No Shipping address state code.
Shipping State s_c__Shipping_State__c Text(80) No Shipping address state.
Shipping Street s_c__Shipping_Street__c Text(255) No Shipping address street.
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__First_Printed_Register_Id__c Lookup s_c__Register__c Shipments_First_Printed_Register
s_c__Fulfillment_Station_Id__c Lookup s_c__Fulfillment_Station__c Shipments_Fulfillment_Station
s_c__Last_Printed_Register_Id__c Lookup s_c__Register__c Shipments_Last_Printed_Register
s_c__Order_Id__c Lookup Order Shipments
s_c__Ship_To_Account_Id__c Lookup Account Shipments_Ship_To_Account
s_c__Ship_To_Contact_Id__c Lookup Contact Shipments_Ship_To_Contact
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

Referenced by

These objects hold a lookup or master-detail relationship to Shipment (s_c__Shipment__c). Where the referring record exists to join things together, Also links to shows what it connects this object to.

Object Field Type Relationship Name Also links to
s_c__Fulfillment_Item__c s_c__Shipment_Id__c Lookup Fulfillment_Items Asset, OrderItem
OrderItem s_c__Shipment_Id__c Lookup OrderItems

Was this article helpful?

Was this article helpful?