Marketplace Menu API
Number of APIs: 3
The Menu API allows you to get your store's menu, put the menu as a whole and update individual items in it. Full documentation is available here.
Before you start
- Make sure you have the Uber Eats Marketplace API Environment selected
- Fill the uber_api_client_id,uber_api_client_secret, andstore_idvariables.
- Click on the Authorization tab of this collection
- Scroll down and click Get Access Token
- After the token is generated successfully, click on Use Token
- 
Update Menu Item POST {{base_url}}/v2/eats/stores/{{store_id}}/menus/items/{{item_id}} 
- 
Get Menu GET {{base_url}}/v2/eats/stores/{{store_id}}/menus 
- 
Upload Menu PUT {{base_url}}/v2/eats/stores/{{store_id}}/menus