List all available coupons that customer can apply to their carts. It provides details about each coupon, including its code, discount amount, and applicable conditions.
Arguments
buyNow
BooleanWhether to get a Buy Now cart. Example: false
id
StringThe unique identifier of the cart. Example: '5bb521cfdc83215e1889b346'
productSlug
StringA short, human-readable, URL-friendly identifier of a product.
storeId
StringUnique identifier of a store. Example: '12'
Response
available_coupon_list
[Coupon]List of available coupons that can be applied on cart. Example: [{ coupon_code: 'SAVE10', coupon_value: 10 }]
page
PageCouponPage information of the coupon list. Example: { current: 1, total: 5, has_next: true }
Query
Try it
Input Variables
Response
Was this section helpful?