Configuration
Management APIs
Store
Product
Price
Discount
Inventory
Shipping
Shopper APIs
Post Purchase APIs
Identifier | Type | Description | Restrictions |
countryCode | String | the country, ie. "SE" for Sweden | [A-Z]{2} |
languageCode | String | the language, ie. "sv" for Swedish | [a-z]{2} |
currencyUnit | String | the currency, ie. "SEK" for Swedish Krona | [A-Z]{3} |
taxPercentage | Integer | the amount of sales tax in percentage | Min: 0. Max: 40 |
It's countryCode
and languageCode
that makes the unique combination for a Store
. If you've set up a Store
and want to change any of these value, you need to delete it and recreate it with the right values.