Tax Object Reference

Overview

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.
Effective Start Date s_c__Effective_From__c Date No Effective From Date for Tax
Effective End Date s_c__Effective_To__c Date No Effective To Date for a Tax
Tax Rate (in percentage) s_c__Rate_Percentage__c Number(16,4) No Tax Rate
[Deprecated] Tax Rate (in percentage) s_c__Rate__c Number(18,2) No [DEPRECATED] Use Rate_Percentage__c instead
Zone s_c__Zone_Id__c Lookup (s_c__Zone__c) Yes Choose a Zone for the Tax
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__Zone_Id__c Lookup s_c__Zone__c Taxes