Marketplace Store API
Number of APIs: 6
The Store API allows you to get and modify store details.
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_id
variables. - 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
-
Get Stores GET {{base_url}}/v1/delivery/stores
-
Get Store Details GET {{base_url}}/v1/delivery/store/{{store_id}}
-
Retrieve Store Status GET {{base_url}}/v1/delivery/store/{{store_id}}/status
-
Set Store Status POST {{base_url}}/v1/delivery/store/{{store_id}}/update-store-status
-
Set Busy Mode POST {{base_url}}/v1/delivery/store/{{store_id}}/update-store-prep-time
-
Update Store Information POST {{base_url}}/v1/delivery/store/{{store_id}}