CartLineItemInput
InputThis is the input type for adding a line item to a cart.
#
Fields
- [KeyValuePairOfStringAndStringInput!]
metadata Optional metadata for the line item. This can be used to store additional information about the line item.
- Int!
quantity The number of line items of the given variant present in the cart.
- ID!
variantId The unique identifier of the product variant.