Store Locations & Zones
Get zone
GET
Path Parameters
Response
200
application/json
OK
Response for zone.
The ID of the zone.
Example:
"zone_01234567890123456789"
The external ID of the zone.
Example:
"ext_01234567890123456789"
The timezone ID of the zone.
Example:
"America/New_York"
The name of the zone.
Example:
"Zone 1"
The ID of the coverage area.
Example:
"coa_01234567890123456789"
The store location IDs of the zone.
Example:
[
"stl_01234567890123456789",
"stl_01234567890123456789"
]
The store location associations of the zone.
Example:
[
{
"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.
Example:
"['dw_01234567890123456789', 'dw_01234567890123456789']"
The tags of the zone.
Example:
"['service:rapid', 'franchise_location']"
Whether the zone is deleted.
Example:
false