CreateRegionDTO
The region to be created.
name
stringRequiredThe name of the region.
currency_code
stringRequiredThe currency code of the region.
automatic_taxes
booleanSetting to indicate whether taxes need to be applied automatically
countries
string[]The region's countries.
payment_providers
string[]The region's payment providers.
metadata
Record<string, unknown>Holds custom data in key-value pairs.
Was this section helpful?