Schema Documentation

ApplyCouponInput

Description

Input for the applyCoupon mutation.

Fields
Input FieldDescription
clientMutationId - String This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions.
code - String! Code of coupon being applied
Example
{"clientMutationId":"xyz789","code":"xyz789"}