Skip to main content
Skip to main content

UpsertRegionDTO

The attributes in the region to be created or updated.

idstring
The id of the region in the case of an update
namestring
The target name of the region. Required when creating a region.
currency_codestring
The currency code of the region. Required when creating a region.
automatic_taxesboolean
Setting to indicate whether taxes need to be applied automatically.
countriesstring[]
The region's countries.
metadataRecord<string, unknown>
Holds custom data in key-value pairs.
Was this section helpful?