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

  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. Create Store Promotion - FREEITEM_MINIBASKET POST {{base_url}}/v1/delivery/stores/{{store_id}}/promotion

  2. Get Store Promotion Details GET {{base_url}}/v1/delivery/promotions/{{promotion_id}}

  3. Revoke Store Promotion POST {{base_url}}/v1/delivery/promotions/{{promotion_id}}/revoke

  4. Get Store Promotions GET {{base_url}}/v1/delivery/stores/{{store_id}}/promotions?state=active