List all promotional offers available for the items in the cart, including details such as offer text, unique promotion ID, and validity period. Either pass slug of the product or pass cart_id.
Arguments
pageSize
IntNumber of offers to fetch. Example: 5
promotionGroup
StringType of promotion groups. Example: 'flash'
slug
StringA short, human-readable, URL-friendly identifier of a product.
storeId
IntUnique identifier of a store. Example: 1234
promotionType
StringType of promotions to fetch. Example: 'payment'
cartId
StringCart ID of the user cart. Example: '5bb521cfdc83215e1889b346'
autoApply
BooleanFilter promotions by auto_apply status. Example: true
Response
Query
Try it
Input Variables
Response
Was this section helpful?