Redeem Reward Points
Redeem a customer’s reward points against the cart, applying a points-based discount. The cart must have a customer associated with it (via login or email). The number of points is validated against the customer’s available balance and the store’s reward tier rules.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your API token.
Path Parameters
The unique identifier for the cart
Body
The number of reward points to redeem against the cart.
x >= 1Response
Points applied. Returns the recalculated cart along with the number of points redeemed and the resulting discount value.
A storefront shopping cart with its items, totals and applied discounts. Monetary amounts are expressed in the cart currency's minor units (e.g. pence/cents).
The number of points actually redeemed.
The monetary discount value granted by the redeemed points.

