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. Example: { item_criteria: { brands: [123] } }
calculate_on
StringWhether this offer is calculated on MRP or ESP. Example: 'MRP'
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]List of free gift items. Example: [{ item_id: 987654, size: 'M' }]
id
StringID of the promotion. Example: 'PROMO_L1'
offer_prices
[LadderOfferItem]Offer prices for ladder price promotion. Example: [{ margin: 10, min_quantity: 2 }]
offer_text
StringOffer title. Example: 'Buy More Save More'
promotion_group
StringPromotion group. Example: 'quantity'
valid_till
StringISO datetime for promotion end date. Example: '2025-12-31T23:59:59Z'
promotion_name
StringName of ladder price promotion. Example: 'Bulk Saver'
Was this section helpful?