GraphQL INPUT_OBJECT
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!}