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
slug
String!Required
A short, human-readable, URL-friendly identifier of a product.
storeId
StringStore UID of assigned store on PDP page. If not passed, default first created ladder will be returned. Example: '12'
promotionId
StringGet ladder information for a specific promotion ID. Example: 'PROMO123'
pageSize
IntNumber 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
CurrencyInfoCurrency information for the ladder price offers including currency code and symbol. Example: { code: 'INR', symbol: '₹' }
Query
Try it
Input Variables
Response
Was this section helpful?