Marketplace Store API

Number of APIs: 6

The Store API allows you to get and modify store details.

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. Get Stores GET {{base_url}}/v1/delivery/stores

  2. Get Store Details GET {{base_url}}/v1/delivery/store/{{store_id}}

  3. Retrieve Store Status GET {{base_url}}/v1/delivery/store/{{store_id}}/status

  4. Set Store Status POST {{base_url}}/v1/delivery/store/{{store_id}}/update-store-status

  5. Set Busy Mode POST {{base_url}}/v1/delivery/store/{{store_id}}/update-store-prep-time

  6. Update Store Information POST {{base_url}}/v1/delivery/store/{{store_id}}