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

CreateRegionDTO

The region to be created.

Properties

namestringRequired
The name of the region.
currency_codestringRequired
The currency code of the region.
automatic_taxesboolean
Setting to indicate whether taxes need to be applied automatically
countriesstring[]
The region's countries.
payment_providersstring[]
The region's payment providers.
metadataRecord<string, unknown>
Holds custom data in key-value pairs.
Was this section helpful?