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

CreateServiceZoneDTO

The service zone to be created.

Properties

namestringRequired
The name of the service zone.
fulfillment_set_idstringRequired
The associated fulfillment set's ID.
geo_zones(Omit<CreateCountryGeoZoneDTO, "service_zone_id"> | Omit<CreateProvinceGeoZoneDTO, "service_zone_id"> | Omit<CreateCityGeoZoneDTO, "service_zone_id"> | Omit<CreateZipGeoZoneDTO, "service_zone_id">)[]
The geo zones associated with the service zone.
Was this section helpful?