GraphQL INPUT_OBJECT

UpdateSubscriptionItemInput

link Definition

  • input UpdateSubscriptionItemInput {
  • # Unique ID of the product.
  • productId: Int!
  • # Number of items.
  • quantity: Int!
  • # Product name used in customer communication.
  • productName: String
  • # English product name.
  • productNameEn: String
  • # Product description. Corresponds to the Additional name information in the
  • # Commerce Assistant.
  • productNameExtension: String
  • # Unique ID of the recommendation.
  • recommendationId: Int
  • # Running number of the item in the subscription. If not set, running numbers are
  • # inferred from array indexes.
  • runningNo: Int
  • # Set to true to reset the interval of the subscription item.
  • resetInterval: Boolean
  • }