INPUT_OBJECT

AddToCartInput

link GraphQL Schema definition

  • input AddToCartInput {
  • # Not specifying cart id will create new cart.
  • cartId: String
  • articleNumber: String!
  • # Default value is 1.
  • quantity: Int
  • comments: [InputComment]
  • configurationIds: [ID]
  • preOrderDate: DateTime
  • }

link Require by