{"title":"Cart Fulfillment Object Reference","slug":"cart-fulfillment-object-reference","url":"https://support.storeconnect.com/articles/cart-fulfillment-object-reference","url_markdown":"https://support.storeconnect.com/articles/cart-fulfillment-object-reference.md","subtitle":null,"summary":"Cart Fulfillment groups cart items by fulfillment type before order placement.","type":"Developer_Documentation","video_url":"","keywords":"salesforce, object reference, Cart Fulfillment, s_c__Cart_Fulfillment__c, api","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Overview\n\nCart Fulfillment groups cart items by fulfillment type before order placement.\n\n| Property | Value |\n|----------|-------|\n| **API Name** | `s_c__Cart_Fulfillment__c` |\n| **Label** | Cart Fulfillment |\n| **Plural Label** | Cart Fulfillment |\n| **Type** | Custom Object |\n\n## Fields\n\n| Field Label | API Name | Type | Required | Description |\n|-------------|----------|------|----------|-------------|\n| Cart | `s_c__Cart_Id__c` | Lookup ([s_c__Cart__c](cart-object-reference)) | No | The Cart this Cart Fulfillment belongs to. |\n| Destination Outlet | `s_c__Destination_Outlet_Id__c` | Lookup ([s_c__Outlet__c](outlet-object-reference)) | No | The destination outlet for this cart fulfillment. |\n| Purchase Type | `s_c__Purchase_Type__c` | Picklist | No | The purchase type of this Cart Fulfillment. |\n| Requested Delivery Date | `s_c__Requested_Delivery_Date__c` | Date | No | Customer's requested delivery date, set during the POS arrange delivery flow. |\n| Ship To Account | `s_c__Ship_To_Account_Id__c` | Lookup ([Account](account-object-reference)) | No | The account to ship to. |\n| Ship To Contact | `s_c__Ship_To_Contact_Id__c` | Lookup ([Contact](contact-object-reference)) | No | The contact to ship to. |\n| 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 for this cart fulfillment. |\n| Shipping Cart Item | `s_c__Shipping_Cart_Item_Id__c` | Lookup ([s_c__Cart_Item__c](cart-item-object-reference)) | No | The shipping cart item for this cart fulfillment. |\n| Shipping City | `s_c__Shipping_City__c` | Text(40) | No | City of the cart fulfillment shipping address. |\n| Shipping Country Code | `s_c__Shipping_Country_Code__c` | Text(80) | No | Country code of the cart fulfillment shipping address. |\n| Shipping Country | `s_c__Shipping_Country__c` | Text(80) | No | Country of the cart fulfillment shipping address. |\n| Shipping Notes | `s_c__Shipping_Notes__c` | LongTextArea(10000) | No | Customer-provided shipping instructions or notes, set during the POS arrange delivery flow. |\n| Shipping Postal Code | `s_c__Shipping_Postal_Code__c` | Text(20) | No | Postal code of the cart fulfillment shipping address. |\n| Shipping Provider Code | `s_c__Shipping_Provider_Code__c` | Text(255) | No | Code identifying the shipping provider (e.g., auspost, bringg), used for integration with external carrier systems. |\n| Shipping Provider Service Id | `s_c__Shipping_Provider_Service_Id__c` | Text(255) | No | Unique identifier for the shipping service provided by the carrier, used for integration and rate selection. |\n| Shipping Provider Service Name | `s_c__Shipping_Provider_Service_Name__c` | Text(255) | No | Name of the shipping provider's service (e.g., Express Post, Click and Collect) for this cart fulfillment. |\n| Shipping Rate | `s_c__Shipping_Rate_Id__c` | Lookup ([s_c__Shipping_Rate__c](shipping-rate-object-reference)) | No | The shipping rate for this cart fulfillment. |\n| Shipping Recipient Name | `s_c__Shipping_Recipient_Name__c` | Text(255) | No | Name of the recipient for the shipment associated with this cart fulfillment. |\n| Shipping State Code | `s_c__Shipping_State_Code__c` | Text(80) | No | The state code of the cart fulfillment's shipping address. |\n| Shipping State | `s_c__Shipping_State__c` | Text(80) | No | The state of the cart fulfillment's shipping address. |\n| Shipping Street | `s_c__Shipping_Street__c` | Text(255) | No | The street of the cart fulfillment's shipping address. |\n| Source Outlet | `s_c__Source_Outlet_Id__c` | Lookup ([s_c__Outlet__c](outlet-object-reference)) | No | The source outlet for this cart fulfillment. |\n| Status | `s_c__Status__c` | Text(255) | No | The current status of the cart fulfillment. |\n| Type | `s_c__Type__c` | Picklist | No | The fulfillment type of this Cart Fulfillment. |\n| StoreConnect External ID | `s_c__sC_Id__c` | Text(36) | No | StoreConnect External ID, do not modify in Salesforce |\n\n## Relationships\n\n| Field | Type | Related Object | Relationship Name |\n|-------|------|----------------|-------------------|\n| `s_c__Cart_Id__c` | Lookup | [s_c__Cart__c](cart-object-reference) | Cart_Fulfillments |\n| `s_c__Destination_Outlet_Id__c` | Lookup | [s_c__Outlet__c](outlet-object-reference) | Cart_Fulfillments_Destination |\n| `s_c__Ship_To_Account_Id__c` | Lookup | [Account](account-object-reference) | Cart_Fulfillments_Ship_To_Account |\n| `s_c__Ship_To_Contact_Id__c` | Lookup | [Contact](contact-object-reference) | Cart_Fulfillments_Ship_To_Contact |\n| `s_c__Shipping_Carrier_Product_Id__c` | Lookup | [s_c__Shipping_Carrier_Product__c](shipping-carrier-product-object-reference) | Cart_Fulfillments_Shipping_Carrier_Prod |\n| `s_c__Shipping_Cart_Item_Id__c` | Lookup | [s_c__Cart_Item__c](cart-item-object-reference) | Cart_Fulfillments_Shipping_Cart_Item |\n| `s_c__Shipping_Rate_Id__c` | Lookup | [s_c__Shipping_Rate__c](shipping-rate-object-reference) | Cart_Fulfillments_Shipping_Rate |\n| `s_c__Source_Outlet_Id__c` | Lookup | [s_c__Outlet__c](outlet-object-reference) | Cart_Fulfillments_Source |\n\n## Referenced by\n\nThese objects hold a lookup or master-detail relationship to **Cart Fulfillment** (`s_c__Cart_Fulfillment__c`). Where the referring record exists to join things together, **Also links to** shows what it connects this object to.\n\n| Object | Field | Type | Relationship Name | Also links to |\n|--------|-------|------|-------------------|---------------|\n| [s_c__Cart_Fulfillment_Item__c](cart-fulfillment-item-object-reference) | `s_c__Cart_Fulfillment_Id__c` | Lookup | Cart_Fulfillment_Item_Cart_Fulfillment | [Asset](asset-object-reference), [s_c__Cart_Item__c](cart-item-object-reference) |"}