query

productLadderPromotion

Get ladder offers associated for the items in the cart. Ladder offers provide discounts or special pricing based on item quantity, allowing users to benefit from bulk purchases or promotional deals.
Arguments
Required
A short, human-readable, URL-friendly identifier of a product.
storeId
String
Store UID of assigned store on PDP page. If not passed, default first created ladder will be returned. Example: '12'
promotionId
String
Get ladder information for a specific promotion ID. Example: 'PROMO123'
pageSize
Int
Number of offers to fetch. Example: 5
Response
available_offers
[LadderPriceOffer]
Available ladder promotions offers list. Example: [{ id: 'PROMO_L1', offer_text: 'Buy 2 get 10% off' }]
currency
CurrencyInfo
Currency information for the ladder price offers including currency code and symbol. Example: { code: 'INR', symbol: '₹' }
Query
Loading...
Try it
Input Variables
Loading...
Response
Loading...