Skip to main content

Queries

cart

Fetch a cart with all line items.

Mutations

createCart

Create a new cart for a store.
Input:

addToCart

Add a product to a cart.
Input:

updateCartLine

Update a line item’s quantity.
Input:

removeCartLine

Remove a line item from a cart.
Input:

Types

Cart

CartLineItem