query

promotions

List all promotional offers available for the items in the cart, including details such as offer text, unique promotion ID, and validity period.
Arguments
pageSize
Int
Number of offers to be fetched to show.
promotionGroup
String
Type of promotion groups.
slug
String
A short, human-readable, URL-friendly identifier of a product.
storeId
Int
Unique identifier of a store.
promotionType
String
Promotion type of the promotions to be fetched
cartId
String
Cart id of the user cart.
autoApply
Boolean
Indicates whether to filter promotions based on their auto_apply status.
Response
available_promotions
[LadderPriceOfferDetails]
available promotion details which are available on product which includes promotion data like promotion id, promotion name, buy rules, discount rules validity dates etc.
Query
Loading...
Try it
Input Variables
Loading...
Response
Loading...