Fields
application_id
StringApplication id on which the promotion was created. Example: 'app_123'
buy_rules
JSONBuy rules of promotions. Example: { cart_conditions: { cart_total: { min: 999 } } }
calculate_on
StringPrice basis used for calculating promotion (effective/marked). Example: 'effective'
description
StringOffer details including T&C. Example: '10% off with CARD payments'
discount_rules
JSONDiscount rules of promotions. Example: { offer: { percentage: 10 } }
id
StringPromotion id of the promotion. Example: 'PROMO_PAY_10'
offer_text
StringOffer title of the promotion. Example: '10% off with Card'
promotion_group
StringPromotion group. Example: 'payment'
promotion_type
StringPromotion type. Example: 'percentage'
promotion_name
StringName of the promotion. Example: 'Card Discount'
Was this section helpful?