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