15 lines
510 B
Markdown
15 lines
510 B
Markdown
# 17 Promotions
|
|
|
|
Promotions API 1.0.0 wrapper routes:
|
|
|
|
- `POST /api/v1/uber/delivery-promotions/stores/{storeId}` (Create promotion)
|
|
- `GET /api/v1/uber/delivery-promotions/stores/{storeId}` (List promotions)
|
|
- `GET /api/v1/uber/delivery-promotions/{promotionId}` (Get single promotion)
|
|
- `POST /api/v1/uber/delivery-promotions/{promotionId}/revoke` (Revoke promotion)
|
|
|
|
Notes:
|
|
|
|
- Only promotions created via API are expected to be returned by get/list endpoints.
|
|
- User group and state filters are validated.
|
|
|