18 lines
433 B
Markdown
18 lines
433 B
Markdown
# 04 Stores
|
|
|
|
Uber Eats store-focused integrations:
|
|
|
|
- Store details retrieval
|
|
- Store status
|
|
- Holiday/special hours
|
|
- Operational metadata sync
|
|
|
|
Typed routes available:
|
|
|
|
- `GET /api/v1/uber/stores`
|
|
- `GET /api/v1/uber/stores/{storeId}`
|
|
- `GET /api/v1/uber/stores/{storeId}/status`
|
|
- `POST /api/v1/uber/stores/{storeId}/status`
|
|
- `GET /api/v1/uber/stores/{storeId}/holiday-hours`
|
|
- `POST /api/v1/uber/stores/{storeId}/holiday-hours`
|