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 |