Before basket creation, the ordering platform must retrieve storeIds and menuIds.
Retrieve a storeId
A storeId is the unique identifier for a store–channel (ordering platform) at a specific location and may also be referenced as channelLinkId throughout the documentation. Baskets are created in association with a specific storeId.
Use GET STORES to retrieve the stores for a location.
Use the Get stores endpoint to retrieve the
storeIdfor an account.
Store opening hours
Ordering should only be possible during a store's opening hours. Each object in the array specifies a period of store availability. Multiple non-overlapping periods can be specified per day.
Field | Use | Type |
| An integer value that indicates the day of the week for this availability (starting at 1 for Monday). | integer |
| A 24-hour HH:MM format notation of the start time of availability expressed in the local time of the location. | string |
| A 24-hour HH:MM format notation of the end time of availability expressed in the local time of the location. | string |
Store status
An attribute "status" shows whether a store is currently open or closed in accordance with its configured operating hours. The busy and paused statuses are used when busy mode is active for the store.
Status | Use | Format |
| The store is open and accepting orders | string |
| The store is closed at this time and is not accepting orders | string |
| The store is accepting orders, but with a delay in the preparation time marked in minutes as | string |
| The store is currently not accepting orders. | string |
