Skip to main content
Skip to main content
You're viewing the documentation for v1, which isn't the latest Medusa version.Latest documentation

UpsertRegionDTO

The attributes in the region to be created or updated.

Properties

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?