customerCart
The cart for the currently logged in customer. Will create a blank cart if one does not exist, never returns null.
Requires the publiccart/read scope and a valid customer authentication token.
customerCart(
customerToken: String!
): Cart!
Arguments
customerCart.customerToken
● String!
non-null scalar
Type
Cart
object
A cart is a temporary container for products that a customer or anonymous user wants to buy