Opening Hours API Overview
Overview
A set of endpoints to manage opening hours for locations via the API.
Note: You can still update the opening hours via the frontend. Our platform will regard the latest update via API or frontend as the source of truth.
Update location opening hours
This endpoint enables you to update opening hours:
- for a specific location
- for a specific channel
- for a combination of location and channels
You have the option to trigger a menu-push when you update the opening hours. Or the opening hours are updated the next time a menu push happens.
Retrieve store opening hours
You can retrieve the opening hours for a given location with channel opening hours overrides.
The locationId
is required to retrieve this information.
Retrieve account opening hours
You can retrieve the opening hours for every location for a given account with channel opening hours overrides.
The accountId
is required to retrieve this information.
Updated over 1 year ago