UBER-EATS-Wrapper/docs/developer-portal/01-getting-started-audit.md

32 lines
927 B
Markdown

# 01 Getting Started Audit
Source checked: Uber Eats "Getting Started" section shared by you.
## Implemented Now
- OAuth-based authentication foundation is present.
- Store/menu/order/webhook modules exist.
- Multi-merchant model is implemented.
- Sandbox guidance updated with official sandbox domains.
- Full menu replacement support added via `PUT /api/v1/uber/menu/replace`.
## Partly Implemented
- Store management:
Hours update exists, but typed online/offline and settings endpoints are pending.
- Order processing:
Core actions exist, but full BYOC and advanced workflows are pending.
## Not Yet Implemented
- Written-approval and scope entitlement checks (operational process outside API code).
- Formal quality gate automation for all production standards.
- Full typed coverage for promotions/reporting APIs.
## Current Safe Fallback
For any endpoint not yet typed, use:
- `POST /api/v1/uber/request`