Last updated 27 days ago
GET https://api.zapiet.com/v1.0/delivery/locations/:locationId/calendar/:date
GET
https://api.zapiet.com/v1.0/delivery/locations/:locationId/calendar/:date
This endpoint allows you to get delivery times for a given date.
[{ "id": 2408, "day_of_week": "thursday", "available_from": "10:00", "available_until": "12:00", "limited": true, "limit": 10 }, { "id": 402223, "day_of_week": "thursday", "available_from": "12:00", "available_until": "14:00", "limited": true, "limit": 10 }, { "id": 402224, "day_of_week": "thursday", "available_from": "13:00", "available_until": "14:00", "limited": true, "limit": 10 }]
date*
string
The date you would like to get delivery times for YYYY-MM-DD.
locationId*
The Zapiet location ID.
shop*
The merchant's myshopify.com store url.