Order Item Tax Object Reference
On this page
Overview
Order_Items_Taxes__c is the join table between OrderItem and Tax__c objects. It is the tax (or multiple taxes) that are associated with an OrderItem object.
| Property | Value |
|---|---|
| API Name | s_c__Order_Items_Taxes__c |
| Label | Order Item Tax |
| Plural Label | Order Item Taxes |
| Type | Custom Object |
Fields
| Field Label | API Name | Type | Required | Description |
|---|---|---|---|---|
| Fulfillment Item | s_c__Fulfillment_Item_Id__c |
Lookup (s_c__Fulfillment_Item__c) | No | FulfillmentItem this tax row is scoped to. NULL = legacy whole-OrderItem row. Populated = scoped to that FulfillmentItem’s quantity at that FulfillmentItem’s Shipment-resolved zone (multi-zone-per-OrderItem support). |
| Order Item | s_c__Order_Item_Id__c |
Lookup (OrderItem) | Yes | Select a OrderItem to link with the Tax |
| Tax Amount | s_c__Tax_Amount__c |
Currency(16,4) | No | Amount of tax for this OrderItem based on the Tax |
| Tax | s_c__Tax_Id__c |
Lookup (s_c__Tax__c) | Yes | Select a Tax to link with the OrderItem |
| 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__Fulfillment_Item_Id__c |
Lookup | s_c__Fulfillment_Item__c | Order_Items_Taxes_Fulfillment_Item |
s_c__Order_Item_Id__c |
Lookup | OrderItem | Order_Items_Taxes_Order_Item |
s_c__Tax_Id__c |
Lookup | s_c__Tax__c | Order_Item_Taxes_Tax |
Was this article helpful?
Thanks for your feedback! It helps us improve our docs.