INPUT_OBJECT

applyCouponBodyInput

Body of a request to apply a coupon to a shopping cart.

link GraphQL Schema definition

1input applyCouponBodyInput {
4
2# Coupon identifier.
3couponId: String!
5}

link Required by