Get Store Menu(s)

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=eatIn

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

NameInteger Value
Delivery and pickup0
Delivery1
Pickup2
Eat-in3
Curbside4

Menu Model

View all menu attributes and their meaning via the link below;

▶ Menu Model

Multiple menus per fulfillment type

Check out the guide below that details handling menu content when more than one menu is retrieved.

▶ Multiple Menu Format

Language
Credentials
OAuth2
Click Try It! to start a request and see the response here!