UpsertRegionDTO
The attributes in the region to be created or updated.
id
stringThe id of the region in the case of an update
name
stringThe target name of the region. Required when
creating a region.
currency_code
stringThe currency code of the region. Required when
creating a region.
automatic_taxes
booleanSetting to indicate whether taxes need to be applied automatically.
countries
string[]The region's countries.
metadata
Record<string, unknown>Holds custom data in key-value pairs.
Was this section helpful?