Marketplace Promotions API
Number of APIs: 4
The Promotions API allows you to create, read and delete promotions of an Uber Eats storefront. 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_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
-
Create Store Promotion - FREEITEM_MINIBASKET POST {{base_url}}/v1/delivery/stores/{{store_id}}/promotion
-
Get Store Promotion Details GET {{base_url}}/v1/delivery/promotions/{{promotion_id}}
-
Revoke Store Promotion POST {{base_url}}/v1/delivery/promotions/{{promotion_id}}/revoke
-
Get Store Promotions GET {{base_url}}/v1/delivery/stores/{{store_id}}/promotions?state=active