# Shipment Object Reference

Source: https://support.storeconnect.com/articles/shipment-object-reference · Last modified 21 August 2026

## 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](outlet-object-reference)) | 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](register-object-reference)) | No | The register that first printed the fulfillment docket. |
| Fulfillment Station | `s_c__Fulfillment_Station_Id__c` | Lookup ([s_c__Fulfillment_Station__c](fulfillment-station-object-reference)) | 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](register-object-reference)) | 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](order-object-reference)) | 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](account-object-reference)) | No | The account to ship to. |
| Ship To Contact | `s_c__Ship_To_Contact_Id__c` | Lookup ([Contact](contact-object-reference)) | No | The contact to ship to. |
| Shipping Carrier Product | `s_c__Shipping_Carrier_Product_Id__c` | Lookup ([s_c__Shipping_Carrier_Product__c](shipping-carrier-product-object-reference)) | 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](shipping-provider-product-object-reference)) | 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](shipping-rate-object-reference)) | 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](outlet-object-reference)) | 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](stock-location-object-reference)) | 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](outlet-object-reference) | Incoming_Shipments |
| `s_c__First_Printed_Register_Id__c` | Lookup | [s_c__Register__c](register-object-reference) | Shipments_First_Printed_Register |
| `s_c__Fulfillment_Station_Id__c` | Lookup | [s_c__Fulfillment_Station__c](fulfillment-station-object-reference) | Shipments_Fulfillment_Station |
| `s_c__Last_Printed_Register_Id__c` | Lookup | [s_c__Register__c](register-object-reference) | Shipments_Last_Printed_Register |
| `s_c__Order_Id__c` | Lookup | [Order](order-object-reference) | Shipments |
| `s_c__Ship_To_Account_Id__c` | Lookup | [Account](account-object-reference) | Shipments_Ship_To_Account |
| `s_c__Ship_To_Contact_Id__c` | Lookup | [Contact](contact-object-reference) | Shipments_Ship_To_Contact |
| `s_c__Shipping_Carrier_Product_Id__c` | Lookup | [s_c__Shipping_Carrier_Product__c](shipping-carrier-product-object-reference) | Shipment_Shipping_Carrier_Product |
| `s_c__Shipping_Provider_Product_Id__c` | Lookup | [s_c__Shipping_Provider_Product__c](shipping-provider-product-object-reference) | Shipments |
| `s_c__Shipping_Rate_Id__c` | Lookup | [s_c__Shipping_Rate__c](shipping-rate-object-reference) | Shipments |
| `s_c__Source_Outlet_Id__c` | Lookup | [s_c__Outlet__c](outlet-object-reference) | Outgoing_Shipments |
| `s_c__Stock_Location_Id__c` | Lookup | [s_c__Stock_Location__c](stock-location-object-reference) | 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](fulfillment-item-object-reference) | `s_c__Shipment_Id__c` | Lookup | Fulfillment_Items | [Asset](asset-object-reference), [OrderItem](orderitem-object-reference) |
| [OrderItem](orderitem-object-reference) | `s_c__Shipment_Id__c` | Lookup | OrderItems | — |

<!-- DIAGRAM OPPORTUNITY
     This object is a hub: 12 outbound and 2 inbound relationships. An entity-relationship diagram grouping these by functional area would let a reader see its place in the model without reading two long tables.
     Deferred to the diagram phase; remove this comment when a diagram is added. -->

---

## Follow StoreConnect

- [Email Newsletter](https://getstoreconnect.com/c/lp-newsletter)
- [LinkedIn Newsletter](https://www.linkedin.com/build-relation/newsletter-follow?entityUrn=7444956928444862464)
- [YouTube](https://www.youtube.com/channel/UCngKdP2x8l1wcbAKW3tvU8g)
- [LinkedIn](https://www.linkedin.com/company/storeconnect)
- [X / Twitter](https://x.com/storeconnecthq)

## Popular Links

- [Partners](https://getstoreconnect.com/partners)
- [News](https://getstoreconnect.com/articles/news)
- [Events](https://getstoreconnect.com/articles/events)
- [Feature Comparison](https://getstoreconnect.com/how-we-compare)
- [Download a free trial](https://appexchange.salesforce.com/appxListingDetail?listingId=a0N3A00000FMkeKUAT)
- [Book a Demo](https://getstoreconnect.com/contact)

## Documentation

- [Help documentation](https://support.storeconnect.com/help-documentation)
- [AI agents](https://support.storeconnect.com/ai)
- [Videos & tutorials](https://support.storeconnect.com/videos-tutorials)
- [Developer reference](https://support.storeconnect.com/developer-reference)
- [Release notes](https://support.storeconnect.com/release-notes)
- [Troubleshooting](https://support.storeconnect.com/troubleshooting)
- [Trust Center](https://trust.getstoreconnect.com/)
- [Status Page](https://status.storeconnect.com/)

## Contact

- info@getstoreconnect.com
- US +1 415 745 3230
- AUS +61 2 8365 2308

100 S Ashley Dr, Suite 600-2461
Tampa FL 33602-600 USA

Level 22, Sydney Place
180 George Street
Sydney, NSW, 2000, AUS

---

StoreConnect Support — https://support.storeconnect.com/articles/shipment-object-reference