mutation

applyLoyaltyPoints

Apply loyalty points to the cart. Users can redeem their accumulated loyalty points and apply them to the items in their cart, thereby availing discounts on their current purchases.
Arguments
cartId
String
The unique identifier of the cart.
includeItems
Boolean
Set to `true` to retrieve all the items added in the cart.
includeBreakup
Boolean
Set to `true` to retrieve the price breakup of cart items.
buyNow
Boolean
Set to `true` if type of checkout is buy_now. User has directly clicked on buy_now
Required
Details required to apply loyalty points to a cart.
Response
Mutation
Loading...
Try it
Input Variables
Loading...
Response
Loading...