get
https://api.staging.deliverect.com/commerce//stores//menus
Retrieves a store’s menu, including its product range and pricing details.
This endpoint retrieves the most recently published menu for a specific store, identified by its unique storeId (view GET Stores).
The response includes the store’s available products, pricing details, images, and more. The specific menu and category availabilities are also included.
Query Parameters
It is possible to refine results by the menu type, the listed type below
?fulfillmentType=delivery?fulfillmentType=pickup?fulfillmentType=curbside?fulfillmentType=eatInMenu types
All menu types below will be shown as "menuType" and the corresponding integer. This represents the intended ordering format which the menu is suitable for.
| Name | Integer Value |
|---|---|
| Delivery and pickup | 0 |
| Delivery | 1 |
| Pickup | 2 |
| Eat-in | 3 |
| Curbside | 4 |
Menu Model
View all menu attributes and their meaning via the link below;
Multiple menus per fulfillment type
Check out the guide below that details handling menu content when more than one menu is retrieved.