object

LadderOfferItem

Ladder offer item details which includes price, margin, max quantity, min quantity and type.
Fields
margin
Int
Percentage value of discount. Example: 10
max_quantity
Int
Maximum quantity up to which offer is applicable (optional). Example: 5
min_quantity
Int
Minimum quantity from which offer is applicable. Example: 2
Ladder price details which includes currency symbol, offer price, currency code, effective and marked price. Example: { currency_code: 'INR', currency_symbol: '₹', offer_price: 499.0, effective: 549, marked: 799 }
type
String
Offer type of the ladder promotion. Example: 'percentage'