Update a zone
Path Parameters
Body
Expected input payload for updating a zone.
The timezone ID of the zone.
"America/New_York"
The name of the zone.
"Zone 1"
The coverage area id to associate with the zone.
The store location ids to associate with the zone.
The store location associations to associate with the zone.
[
{
"end_date": "2025-01-01",
"start_date": "2024-01-01",
"store_location_id": "stl_01234567890123456789"
}
]
Free form tags specific to the location.
"['service:rapid', 'service:express', 'franchise_location']"
Response
Response for zone.
The ID of the zone.
"zone_01234567890123456789"
The external ID of the zone.
"ext_01234567890123456789"
The timezone ID of the zone.
"America/New_York"
The name of the zone.
"Zone 1"
The ID of the coverage area.
"coa_01234567890123456789"
The store location IDs of the zone.
[
"stl_01234567890123456789",
"stl_01234567890123456789"
]
The store location associations of the zone.
[
{
"end_date": "2025-01-01",
"start_date": "2024-01-01",
"store_location_id": "stl_01234567890123456789",
"zone_id": "zone_01234567890123456789"
}
]
The delivery window IDs of the zone.
"['dw_01234567890123456789', 'dw_01234567890123456789']"
The tags of the zone.
"['service:rapid', 'franchise_location']"
Whether the zone is deleted.
false