1.1 KiB
1.1 KiB
03 Integration Configuration Suite 1.0.0 Audit
Source checked: "Uber Eats Integration Activation & Configuration API Suite (1.0.0)" shared by you.
Endpoint Coverage
- Activate Integration:
POST /api/v1/uber/stores/{storeId}/pos-data- Uses merchant OAuth token (
eats.pos_provisioning) viamerchantId
- Update Integration Configuration:
PATCH /api/v1/uber/stores/{storeId}/pos-data- Uses app token with
eats.storescope
- Retrieve Integration Configuration:
GET /api/v1/uber/stores/{storeId}/pos-data- Uses app token with
eats.storescope
- Remove Integration Configuration:
DELETE /api/v1/uber/stores/{storeId}/pos-data- Uses app token with
eats.storescope
Schema Alignment
- Added typed request schema fields for
pos_data:allowed_customer_requestsintegrator_brand_idintegrator_store_idis_order_managermerchant_store_idrequire_manual_acceptancestore_configuration_datawebhooks_configintegration_enabled(PATCH)
Pending
- Add stricter nested object typing for all
webhooks_configvariants when final examples are shared.