Location Holiday Hours Run in API Explorer
Ask AI
The POST Holiday Hours endpoint allows partners to define specific days and hours when a store should remain closed due to holidays. This can be useful for managing store hours during festive seasons or special occasions.
GET
/location/{locationId}/holidays
curl \
--request GET 'https://api.staging.deliverect.com/location/{locationId}/holidays' \
--header "Authorization: Bearer $ACCESS_TOKEN"