Marketplace Integration Configuration API

Number of APIs: 5

The Integration Configuration API allows you to get a user's store list, associate your application, retrieve your application's configuration, update your application's configuration on a store, and remove your application entirely. 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 Integration Data PATCH {{base_url}}/v1/eats/stores/{{store_id}}/pos_data

  2. Get Integration Data GET {{base_url}}/v1/eats/stores/{{store_id}}/pos_data

  3. Remove Integration DELETE {{base_url}}/v1/eats/stores/{{store_id}}/pos_data

  4. User Access Token Guide & APIs - Link Application to Store POST {{base_url}}/v1/eats/stores/{{store_id}}/pos_data

  5. User Access Token Guide & APIs - Retrieve Merchant Stores GET {{base_url}}/v1/delivery/stores