{"title":"Fulfillment Item Object Reference","slug":"fulfillment-item-object-reference","url":"https://support.storeconnect.com/articles/fulfillment-item-object-reference","url_markdown":"https://support.storeconnect.com/articles/fulfillment-item-object-reference.md","subtitle":null,"summary":"Fulfillment_Item__c is the join table between Shipment__c and OrderItem objects.","type":"Developer_Documentation","video_url":"","keywords":"salesforce, object reference, Fulfillment Item, s_c__Fulfillment_Item__c, api","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Overview\n\nFulfillment_Item__c is the join table between Shipment__c and OrderItem objects.\n\n| Property | Value |\n|----------|-------|\n| **API Name** | `s_c__Fulfillment_Item__c` |\n| **Label** | Fulfillment Item |\n| **Plural Label** | 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 fulfillment item. |\n| Order Item | `s_c__Order_Item_Id__c` | Lookup ([OrderItem](orderitem-object-reference)) | No | The OrderItem this FulfillmentItem belongs to. |\n| Quantity | `s_c__Quantity__c` | Number(8,0) | Yes | Full or partial quantity of the Order Product included in the Shipment. |\n| Fulfillment | `s_c__Shipment_Id__c` | Lookup ([s_c__Shipment__c](shipment-object-reference)) | No | The Shipment this FulfillmentItem belongs to. |\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) | Fulfillment_Item |\n| `s_c__Order_Item_Id__c` | Lookup | [OrderItem](orderitem-object-reference) | Fulfillment_Items |\n| `s_c__Shipment_Id__c` | Lookup | [s_c__Shipment__c](shipment-object-reference) | Fulfillment_Items |\n\n## Referenced by\n\nThese objects hold a lookup or master-detail relationship to **Fulfillment Item** (`s_c__Fulfillment_Item__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__Allocated_Fulfillment_Payment__c](allocated-fulfillment-payment-object-reference) | `s_c__Fulfillment_Item_Id__c` | Lookup | Allocated_Fulfillment_Payments | [s_c__Payment_Item__c](payment-item-object-reference) |\n| [s_c__Order_Items_Taxes__c](order-items-taxes-object-reference) | `s_c__Fulfillment_Item_Id__c` | Lookup | Order_Items_Taxes_Fulfillment_Item | [OrderItem](orderitem-object-reference), [s_c__Tax__c](tax-object-reference) |"}