AdminPostRegionsReq
The details of the region to create.
Properties
name
stringRequiredThe name of the Region
currency_code
stringRequiredThe 3 character ISO currency code to use in the Region.
tax_rate
numberRequiredThe tax rate to use in the Region.
payment_providers
string[]RequiredA list of Payment Provider IDs that can be used in the Region
fulfillment_providers
string[]RequiredA list of Fulfillment Provider IDs that can be used in the Region
countries
string[]RequiredA list of countries' 2 ISO characters that should be included in the Region.
tax_code
stringThe tax code of the Region.
includes_tax
booleanWhether taxes are included in the prices of the region.
metadata
Record<string, unknown>Was this section helpful?