Cart Fulfillment Item Object Reference
On this page
Overview
Cart Fulfillment Item is the join table between Cart_Fulfillment__c and Cart_Item__c.
| Property | Value |
|---|---|
| API Name | s_c__Cart_Fulfillment_Item__c |
| Label | Cart Fulfillment Item |
| Plural Label | Cart 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 cart fulfillment item. |
| Cart Fulfillment | s_c__Cart_Fulfillment_Id__c |
Lookup (s_c__Cart_Fulfillment__c) | No | The Cart Fulfillment this item belongs to. |
| Cart Item | s_c__Cart_Item_Id__c |
Lookup (s_c__Cart_Item__c) | No | The Cart Item this fulfillment item belongs to. |
| Quantity | s_c__Quantity__c |
Number(8,0) | No | Full or partial quantity of the Cart Item included in the Cart Fulfillment. |
| 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 | Cart_Fulfillment_Items_Asset |
s_c__Cart_Fulfillment_Id__c |
Lookup | s_c__Cart_Fulfillment__c | Cart_Fulfillment_Item_Cart_Fulfillment |
s_c__Cart_Item_Id__c |
Lookup | s_c__Cart_Item__c | Cart_Fulfillment_Item_Cart_Item |
Was this article helpful?
Thanks for your feedback! It helps us improve our docs.