{"title":"Cart Fulfillment Item Object Reference","slug":"cart-fulfillment-item-object-reference","url":"https://support.storeconnect.com/articles/cart-fulfillment-item-object-reference","url_markdown":"https://support.storeconnect.com/articles/cart-fulfillment-item-object-reference.md","subtitle":null,"summary":"Cart Fulfillment Item is the join table between Cart_Fulfillment__c and Cart_Item__c.","type":"Developer_Documentation","video_url":"","keywords":"salesforce, object reference, Cart Fulfillment Item, s_c__Cart_Fulfillment_Item__c, api","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Overview\n\nCart Fulfillment Item is the join table between Cart_Fulfillment__c and Cart_Item__c.\n\n| Property | Value |\n|----------|-------|\n| **API Name** | `s_c__Cart_Fulfillment_Item__c` |\n| **Label** | Cart Fulfillment Item |\n| **Plural Label** | Cart Fulfillment Item |\n| **Type** | Custom Object |\n\n## Fields\n\n| Field Label | API Name | Type | Required | Description |\n|-------------|----------|------|----------|-------------|\n| Asset | `s_c__Asset_Id__c` | Lookup ([Asset](asset-object-reference)) | No | The asset associated to this cart fulfillment item. |\n| Cart Fulfillment | `s_c__Cart_Fulfillment_Id__c` | Lookup ([s_c__Cart_Fulfillment__c](cart-fulfillment-object-reference)) | No | The Cart Fulfillment this item belongs to. |\n| Cart Item | `s_c__Cart_Item_Id__c` | Lookup ([s_c__Cart_Item__c](cart-item-object-reference)) | No | The Cart Item this fulfillment item belongs to. |\n| Quantity | `s_c__Quantity__c` | Number(8,0) | No | Full or partial quantity of the Cart Item included in the 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__Asset_Id__c` | Lookup | [Asset](asset-object-reference) | Cart_Fulfillment_Items_Asset |\n| `s_c__Cart_Fulfillment_Id__c` | Lookup | [s_c__Cart_Fulfillment__c](cart-fulfillment-object-reference) | Cart_Fulfillment_Item_Cart_Fulfillment |\n| `s_c__Cart_Item_Id__c` | Lookup | [s_c__Cart_Item__c](cart-item-object-reference) | Cart_Fulfillment_Item_Cart_Item |"}