Fulfillment Item Object Reference
On this page
Overview
Fulfillment_Item__c is the join table between Shipment__c and OrderItem objects.
| Property | Value |
|---|---|
| API Name | s_c__Fulfillment_Item__c |
| Label | Fulfillment Item |
| Plural Label | Fulfillment Item |
| Type | Custom Object |
Fields
| Field Label | API Name | Type | Required | Description |
|---|---|---|---|---|
| Asset | s_c__Asset_Id__c |
Lookup (Asset) | No | The asset associated to this fulfillment item. |
| Order Item | s_c__Order_Item_Id__c |
Lookup (OrderItem) | No | The OrderItem this FulfillmentItem belongs to. |
| Quantity | s_c__Quantity__c |
Number(8,0) | Yes | Full or partial quantity of the Order Product included in the Shipment. |
| Fulfillment | s_c__Shipment_Id__c |
Lookup (s_c__Shipment__c) | No | The Shipment this FulfillmentItem belongs to. |
| 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__Asset_Id__c |
Lookup | Asset | Fulfillment_Item |
s_c__Order_Item_Id__c |
Lookup | OrderItem | Fulfillment_Items |
s_c__Shipment_Id__c |
Lookup | s_c__Shipment__c | Fulfillment_Items |
Referenced by
These 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.
| Object | Field | Type | Relationship Name | Also links to |
|---|---|---|---|---|
| s_c__Allocated_Fulfillment_Payment__c | s_c__Fulfillment_Item_Id__c |
Lookup | Allocated_Fulfillment_Payments | s_c__Payment_Item__c |
| s_c__Order_Items_Taxes__c | s_c__Fulfillment_Item_Id__c |
Lookup | Order_Items_Taxes_Fulfillment_Item | OrderItem, s_c__Tax__c |
On the storefront
Storefront templates read this object through the FulfillmentItem Liquid object, written as fulfillment_item in a theme.
| Salesforce field | Liquid attribute |
|---|---|
s_c__Quantity__c |
fulfillment_item.quantity |
Fields you add yourself are not listed above. Expose one with a Custom Data Mapping record, then read it from fulfillment_item.data. See custom data fields in Liquid.
Was this article helpful?
Thanks for your feedback! It helps us improve our docs.