Gets a specified coupon promotion.
Coupon was successfully received.
Basic authentication not passed or wrong. Make sure you used basic authentication or correct credentials.
Coupon not found. Make sure the external_id
is correct.
{- "external_id": "summer20221",
- "date_start": "2020-04-15T18:16:00+05:00",
- "date_end": "2020-04-25T18:16:00+05:00",
- "name": {
- "en-US": "Coupon name",
- "ru-RU": "Название купона"
}, - "is_enabled": true,
- "bonus": [
- {
- "sku": "diamonds",
- "quantity": 100
}
], - "redeem_user_limit": null,
- "redeem_total_limit": 100,
- "redeem_code_limit": null
}