CartLineItemsAddInput
InputThis is the input type for adding line items to a cart.
#
Fields
- ID!
cartId The unique identifier of the cart.
- [CartLineItemInput!]!
lineItems The list of line items to be added to the cart.
This is the input type for adding line items to a cart.
cartIdThe unique identifier of the cart.
lineItemsThe list of line items to be added to the cart.