object

OfferItem

Offer Item Details, This consists of margin percentage, price, quantity, offer type and offer price.
Fields
auto_applied
Boolean
Whether offer discount is auto applied in cart. Example: true
True if best offer among all sellers. Example: true
margin
Int
Percentage value of discount. Example: 15
Offer price details including effective, selling, currency, and max price. Example: { effective: 499, currency_code: 'INR', currency_symbol: '₹' }
quantity
Int
Quantity on which offer is applicable. Example: 2
total
Float
Total price of offer quantity with discount. Example: 998.0
type
String
Type of the offer. Example: 'bulk'