Newer Version Available

This content describes an older version of this product. View Latest

Store Taxes Info

Output representation of the tax type along with a collection of tax details about a product.
JSON example
1{
2  "taxLocaleType": "Gross",
3  "taxesInfo": {
4    "01tPI0000003fLBYAY": {
5      "taxesInfoList": [
6        {
7          "countryIsoCode": "US",
8          "priority": 1,
9          "stateIsoCode": "CA",
10          "taxRatePercentage": "10.00",
11          "taxTreatmentDescription": "Created for test purposes.",
12          "taxTreatmentName": "Default Tax treatment"
13        }
14      ]
15    }
16  }
17}
Property Name Type Description Filter Group and Version Available Version
taxLocaleType String Tax type of the store. Possible values are:
  • Gross—Prices include tax.
  • Net—Prices don’t include tax.
.
Small, 56.0 56.0
taxesInfo Map<String, Taxes Info Container> Tax rate and tax treatment information for the store. Small, 56.0 56.0