Skip to main content
Skip to main content

CreateServiceZoneDTO

The service zone to be created.

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?