Order Item Tax Object Reference

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
Order Item Id 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 Id 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__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