GraphQL INPUT_OBJECT

CreateSubscriptionItemInput

Input for created subscription item.

link Definition

  • input CreateSubscriptionItemInput {
  • # Unique ID of the product in the subscription.
  • productId: Int!
  • # Number of items.
  • quantity: Int!
  • # Dynamic product price for the subscription.
  • dynamicPrices: [DynamicPriceInput]
  • # Coupon code for a promotion applied to item(s) in the cart.
  • couponCode: String
  • }