s_c__Order_Items_Taxes__c Object Reference
Name | s_c__Order_Items_Taxes__c |
---|---|
Type | Custom StoreConnect Object |
Description | 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. |
Field Definitions
Field Name | Type | Required | Unique |
---|---|---|---|
s_c__Order_Item_Id__c | Lookup (OrderItem) | Yes | No |
s_c__Tax_Amount__c | Currency(16, 4) | No | No |
Amount of tax for this OrderItem based on the Tax | |||
s_c__Tax_Id__c | Lookup (s_c__Tax__c) | Yes | No |
s_c__sC_Id__c | Text [External ID] | No | Yes |
StoreConnect External ID, do not modify in Salesforce |
For more information about how or when to use the above, see our documentation.
Back to Documentation