Loyalty Checkout Discount Object


A loyalty checkout discount represents a discount applied to a checkout using loyalty rewards, coupons, or referral rewards.

Properties
idstringRead-onlyformat GUID

Loyalty checkout discount ID.


checkoutIdstringformat GUID

ID of the checkout this discount is applied to.


statusstringRead-only

Current status of the discount.


discountTypestringRead-only

The type of discount applied.


ONE OF:

rewardIdstringformat GUID

ID of the loyalty reward used for this discount.


loyaltyCouponIdstringformat GUID

ID of the loyalty coupon used for this discount.


referralRewardIdstringformat GUID

ID of the referral reward used for this discount.

Did this help?