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

UpdateServiceZoneDTO

The attributes to update in the service zone.

Properties

idstring
The ID of the service zone.
namestring
The name of the service zone.
geo_zones(Omit<CreateCountryGeoZoneDTO, "service_zone_id"> | Omit<CreateProvinceGeoZoneDTO, "service_zone_id"> | Omit<CreateCityGeoZoneDTO, "service_zone_id"> | Omit<CreateZipGeoZoneDTO, "service_zone_id"> | object)[]
The geo zones associated with the service zone.
Was this section helpful?