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

UpdateProvinceGeoZoneDTO

The attributes to update in the geo zone of type province.

Properties

idstringRequired
The ID of the geo zone.
type"province"Required
The type of the geo zone.

Default: `"province"`

province_codestringRequired
The province code of the geo zone.
service_zone_idstring
The associated service zone's ID.
country_codestring
The ISO 2 character country code of the geo zone.
metadatanull | Record<string, any>
Holds custom data in key-value pairs.
Was this section helpful?