Schema Documentation

RemoveCouponsInput

Description

Input for the removeCoupons 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.

codes - [String]

Code of coupon being applied

Example
{"clientMutationId":"xyz789","codes":["xyz789"]}