28 lines
897 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`
Store API 1.0.0 coverage (delivery namespace):
- `GET /api/v1/uber/delivery-store/stores`
- `GET /api/v1/uber/delivery-store/stores/{storeId}`
- `POST /api/v1/uber/delivery-store/stores/{storeId}`
- `GET /api/v1/uber/delivery-store/stores/{storeId}/status`
- `POST /api/v1/uber/delivery-store/stores/{storeId}/status`
- `POST /api/v1/uber/delivery-store/stores/{storeId}/prep-time`
- `POST /api/v1/uber/delivery-store/stores/{storeId}/fulfillment-configuration`