28 lines
830 B
Markdown
28 lines
830 B
Markdown
# 06 Order Integration Audit
|
|
|
|
Source checked: Uber Eats "Order Integration" section shared by you.
|
|
|
|
## Implemented Now
|
|
|
|
- Retrieve full order details after webhook:
|
|
- `GET /api/v1/uber/orders/{orderId}`
|
|
- Core order actions:
|
|
- accept / deny / ready / cancel
|
|
- Resolve fulfillment issues action:
|
|
- `POST /api/v1/uber/orders/{orderId}/action` with `action=resolve`
|
|
- SLA metric for 11.5 minute response window:
|
|
- `GET /api/v1/metrics/order-response-sla`
|
|
|
|
## Existing Before
|
|
|
|
- Order listing by store
|
|
- Webhook ingestion for order events
|
|
- Injection success metric
|
|
|
|
## Pending
|
|
|
|
- Confirmation of exact upstream path for fulfillment-issue resolution endpoint (verify against final API reference)
|
|
- Scheduled-order specific business rules and timers
|
|
- Courier handoff update endpoint coverage once reference section is shared
|
|
|