Only the client needs to be logged in to use this endpoint. The user does not need to be logged in, click here to read more.
This API will return a list with coupons that may be used with a given voucherCode
. Vocher code is additionally validated, i.e is it a valid code and is it possible to use. An invalid voucher code result in a validation exception.
OK
Array of objects |
Bad Request
Too Many Requests
Internal Server Error
{- "coupons": [
- {
- "couponCode": "WMDigi",
- "couponNumber": 5223,
- "description": "Offer for new customers"
}
]
}