Redeem coupon code
POST/api/organizations/:organization_id/coupon-codes/redeem
Redeem coupon code
Request
Responses
200 Successfully redeemed
The request could not be processed because it failed validation or violated a business rule.
Authentication failed. The bearer token is missing or invalid, or the API key and secret pair could not be verified.
The coupon code, the customer or the item referenced in the request body could not be found.
The coupon code exists but cannot be redeemed for this customer, item, or campaign.
The coupon code has a limited duration and its expires_at is in the past.
An unexpected error occurred while processing the request.