Opening Hours API Overview

Introduction

The Opening Hours API are a set of endpoints to manage the opening hours of one or multiple locations.

📘

You can also update the opening hours by using the Deliverect frontend. Our platform will regard the latest update via API or frontend as the source of truth.


Create/Update Opening Hours

This endpoint allows you to update the opening hours of:

  • a specific location
  • a specific channel
  • a combination of location and channels

You can also perform a menu push when updating the opening hours, thus setting the new opening hours to the delivery channels. Otherwise, the opening hours are only updated the next time a menu push occurs.

View documentation


Get 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.

View documentation


Get Account Opening Hours

You can retrieve the opening hours for every location of a given account with channel opening hours overrides.

The accountId is required to retrieve this information.

View documentation