Apply an offer (coupon or promotion) to the cart to trigger discounts on eligible items.
Arguments
id
String!Required
The unique identifier of the cart. Example: '5bb521cfdc83215e1889b346'
buyNow
BooleanWhether to apply offer to buy_now cart. Example: false
applyOfferRequestInput
ApplyOfferRequestInput!Required
Offer code to apply. Example: { offer_code: 'armr499' }
Response
Mutation
Try it
Input Variables
Response