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":"abc123","code":"abc123"}