object

LadderPriceOffer

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
JSON
Buy rules of ladder price promotion. Example: { item_criteria: { brands: [123] } }
calculate_on
String
Whether this offer is calculated on MRP or ESP. Example: 'MRP'
description
String
Offer 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 of the promotion. Example: 'PROMO_L1'
offer_prices
[LadderOfferItem]
Offer prices for ladder price promotion. Example: [{ margin: 10, min_quantity: 2 }]
offer_text
String
Offer title. Example: 'Buy More Save More'
promotion_group
String
Promotion group. Example: 'quantity'
valid_till
String
ISO datetime for promotion end date. Example: '2025-12-31T23:59:59Z'
promotion_name
String
Name of ladder price promotion. Example: 'Bulk Saver'