Path Parameters
The unique identifier for the restaurant location
Query Parameters
The date for which to retrieve menus (YYYY-MM-DD format)
Example:
Example:
2025-07-18The time for which to retrieve menus (HH:mm format, URL encoded)
Example:
Example:
14:30 (encoded as 14%3A30 in URL)Headers
Storefront API key for authentication
The response returns an array of menu objects. Each menu includes:
id: Unique identifier for the menuname: Display name of the menuisActive: Whether the menu is currently activetime: Operating hours for the menu (e.g., “12:00 AM-11:59 PM”)categories: Array of category objects, each containing a name, id, and an array of productIds
orderDate and orderTime query parameters.Authorizations
Path Parameters
The unique ID of the location.
Query Parameters
The date for which to retrieve menus (YYYY-MM-DD format).
The time for which to retrieve menus (HH:mm format).