GraphQL INPUT_OBJECT

ProductBundleInput

link Definition

  • input ProductBundleInput {
  • # Position in the cart.
  • position: Int
  • # Number of units included in the bundle.
  • quantity: Int!
  • # Set to true if the product should be hidden in the bundle.
  • isHidden: Boolean
  • # ID of the product included in the bundle.
  • itemProductId: Int!
  • }