Fields
cashback_amount
FloatCashback amount applied to the cart. Example: 50.0
cashback_message_primary
StringPrimary cashback message. Example: 'You will receive ₹50 cashback'
cashback_message_secondary
StringSecondary cashback message. Example: 'Cashback credited within 48 hours'
coupon_code
StringCoupon code applied to cart. Example: 'SAVE10'
coupon_description
StringDescription of the applied coupon. Example: '10% off on orders above ₹999'
coupon_id
StringUnique identifier of the coupon. Example: 'cpn_123'
coupon_subtitle
StringCoupon subtitle used for display. Example: 'Limited time offer'
coupon_title
StringCoupon title. Example: 'SAVE10'
coupon_type
StringType of coupon. Example: 'percentage'
coupon_value
FloatCoupon value. Example: 10.0
discount
FloatTotal discount earned from coupon. Example: 150.0
is_applied
BooleanWhether any coupon is applied. Example: true
is_valid
BooleanWhether the applied coupon is valid. Example: true
maximum_discount_value
FloatMaximum discount amount allowed. Example: 500.0
message
StringCoupon message for display. Example: 'Coupon applied successfully'
minimum_cart_value
FloatMinimum cart value required. Example: 999.0
custom_fields
[CustomField]Additional custom attributes associated with the cart coupon for extended metadata and configuration
Was this section helpful?