Docs
Dashboard

cartLineItemsAdd

Mutation

Adds a new line item to an existing cart. This is safe to call concurrently.

#

Arguments


input
CartLineItemsAddInput!Required

The values used to perform the cart line items add operation.

#

Payload


cart
Cart

The cart associated with this cart line items add payload.

errors
[CartLineItemsAddError!]

User-facing errors that prevented the operation from succeeding.