Coupon price breakup details which includes coupon code, coupon type, coupon value, coupon description, coupon message etc.
Fields
code
StringCoupon code of the coupon applied. Example: 'SAVE10'
coupon_type
StringType of the coupon applied to cart. Example: 'percentage'
coupon_value
FloatValue of the coupon applied to cart. Example: 10.0
description
StringDescription of the coupon applied to cart. Example: '10% off on orders above ₹999'
is_applied
BooleanWhether any coupon is applied to cart. Example: true
max_discount_value
FloatMaximum discount value of the coupon applied to cart. Example: 500.0
message
StringCoupon message of the coupon applied to cart. Example: 'Coupon applied successfully'
minimum_cart_value
FloatMinimum cart value after which the coupon can be applied. Example: 999.0
sub_title
StringCoupon subtitle used for display. Example: 'Limited time offer'
title
StringCoupon Title (name of the coupon). Example: 'SAVE10'
type
StringType of the coupon applied to cart. Example: 'percentage'
uid
StringUnique identifier of the coupon applied to cart. Example: 'cpn_123'
value
FloatCoupon value of the coupon applied to cart. Example: 150.0
Was this section helpful?