Offer Item Details, This consists of margin percentage, price, quantity, offer type and offer price.
Fields
auto_applied
BooleanWhether offer discount is auto applied in cart. Example: true
best
BooleanTrue if best offer among all sellers. Example: true
margin
IntPercentage value of discount. Example: 15
price
OfferPriceOffer price details including effective, selling, currency, and max price. Example: { effective: 499, currency_code: 'INR', currency_symbol: '₹' }
quantity
IntQuantity on which offer is applicable. Example: 2
total
FloatTotal price of offer quantity with discount. Example: 998.0
type
StringType of the offer. Example: 'bulk'
Was this section helpful?