Shopify Theme Cart API Wrapper Wrapper functions & typings import Cart from '@doomcommerce/shopify-theme-cart' let cart = await Cart.query() cart = await Cart.change({ quantity : 10 , line : 2 })