Skip to content

DoomCommerce/Shopify-Theme-Cart

Repository files navigation

Badge NPM


Shopify Theme Cart
API Wrapper

Wrapper functions & typings


Button Installation   Button Usage   Button Examples


import Cart from '@doomcommerce/shopify-theme-cart'

let cart = await Cart.query()

cart = await Cart.change({
    quantity : 10 ,
    line : 2
})