API_CART_NOT_FOUND

The requested cart could not be found

CartNotFoundErrorHTTP 404ApiErrorKind

Thrown from

packages/cart/core/src/errors.ts:41
* if (!cart) throw new CartNotFoundError(cartId);
View ↗
packages/cart/core/src/errors.ts:49
* throw new CartNotFoundError('cart_abc123');
View ↗
packages/cart/core/src/kernel.ts:114
throw new CartNotFoundError(cartId);
View ↗
packages/cart/core/src/mock-adapter.ts:163
if (!cart) throw new CartNotFoundError(cartId);
View ↗
packages/cart/shopify/src/adapter.ts:162
if (!data?.cart) throw new CartNotFoundError(args.cartId);
View ↗
packages/errors/src/index.ts:435
* throw new CartNotFoundError('abc123-cart-token');
View ↗

On this page