A Tax__c object represets a tax code used within StoreConnect and then can be associated with a specific product and zone. For example, you could have a tax code of “GST” which belongs to the Zone “Australia” which includes one Zone_Country “Australia”. This would be then used against a product when the customer orders the product and their shipping address is found to be in Australia.
Property
Value
API Name
s_c__Tax__c
Label
Tax
Plural Label
Taxes
Type
Custom Object
Fields
Field Label
API Name
Type
Required
Description
Based On Ship Address
s_c__Based_On_Ship_Address__c
Checkbox
No
Tax calculation is based on the shipping address
Display Name
s_c__Display_Name__c
Text(80)
No
This field is used as display name for the Tax in the app, if the value of this field is empty then the value of Name field will be used as the tax name.