Ladder offer item details which includes price, margin, max quantity, min quantity and type.
Fields
margin
IntPercentage value of discount. Example: 10
max_quantity
IntMaximum quantity up to which offer is applicable (optional). Example: 5
min_quantity
IntMinimum quantity from which offer is applicable. Example: 2
price
LadderPriceLadder 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
StringOffer type of the ladder promotion. Example: 'percentage'
Was this section helpful?