Ladder price offer details which included promotion id, buy rules, calculate on, offer text, discount rules, promotino group, free gift items and desription of promotino data.
Fields
buy_rules
JSONBuy rules of ladder price promotion applicable on product. Example: { cart_conditions: { cart_total: { min: 999 } } }
description
StringOffer details including T&C. Example: 'Buy 2 get 10% off'
discount_rules
[JSON]Discount rules of ladder price promotion. Example: [{ offer: { percentage: 10 } }]
free_gift_items
[FreeGiftItems]Details of free gift items list. Example: [{ item_id: 987654, size: 'M' }]
id
StringID of the promotion. Example: 'PROMO_L1'
offer_text
StringOffer title of ladder price promotion. Example: 'Buy More Save More'
promotion_group
StringGroup of ladder price promotion. Example: 'quantity'
valid_till
StringDatetime ISO String for promotion end date. Example: '2025-12-31T23:59:59Z'
promotion_name
StringName of ladder price promotion. Example: 'Bulk Saver'
promotion_type
StringPromotion type available on product. Example: 'percentage'
custom_fields
[CustomField]Additional custom attributes associated with the ladder price offer for promotional configuration and metadata
Was this section helpful?