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

CreateCountryGeoZoneDTO

The geo zone to be created of type country.

Properties

service_zone_idstringRequired
The associated service zone's ID.
country_codestringRequired
The ISO 2 character country code of the geo zone.
type"country"Required
The type of the geo zone.

Default: `"country"`

metadatanull | Record<string, any>
Holds custom data in key-value pairs.
Was this section helpful?