Alokai

ApplyCouponToCartInput

Specifies the coupon code to apply to the cart.

type ApplyCouponToCartInput = {
  cart_id: Scalars['String']['input']; /** A valid coupon code. */
  coupon_code: Scalars['String']['input'];
};

Referenced Types

On this page