applyDiscountToCheckout( )


Applies a discount to a checkout.

You can apply one of the following discounts, which are exchanged for loyalty points: reward, loyaltyCoupon, or referralReward.

Method Declaration
Copy
Method Parameters
checkoutIdstringRequired

ID of the checkout to apply the discount to.


optionsApplyDiscountToCheckoutOptions
Returns
Return Type:Promise<ApplyDiscountToCheckoutResponse>
Did this help?