Redemptions & Discount Codes
Redeem customer loyalty points
post/loyalty/cp/api/redeem-points
Request body
Example request
{
"customerId": 67890,
"points": 100,
"redeemRuleId": 5,
"variantId": 12345678
}Response
Points redeemed successfully, returns updated customer loyalty information with new reward
Changes
No recorded changes to this endpoint across all 1 revision of this API.