API reference
Every SlotSmith endpoint, grouped by resource. All paths are relative to https://{shop}.myshopify.com.
Zones
- GET /admin/api/2026-07/zones.json List every zone on the shop, optionally filtered by publish status. Auth required
- POST /admin/api/2026-07/zones.json Create a new zone in draft status. Auth required
- PUT /admin/api/2026-07/zones/{zone_id}.json Update an existing zone's name, coverage, or status. Auth required
- DELETE /admin/api/2026-07/zones/{zone_id}.json Permanently delete a zone. Only allowed for zones with zero booking history. Auth required