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

  1. Make sure you have the Uber Eats Marketplace API Environment selected
  2. Fill the uber_api_client_id, uber_api_client_secret, and store_id variables.
  3. Click on the Authorization tab of this collection
  4. Scroll down and click Get Access Token
  5. After the token is generated successfully, click on Use Token
  1. Update Menu Item POST {{base_url}}/v2/eats/stores/{{store_id}}/menus/items/{{item_id}}

  2. Get Menu GET {{base_url}}/v2/eats/stores/{{store_id}}/menus

  3. Upload Menu PUT {{base_url}}/v2/eats/stores/{{store_id}}/menus