Dedicated to the Hydrogen framework, headless commerce, and building custom storefronts using the Storefront API.
Hi!
Is there any way to remove/update existing cart attributes using cart API?
$.post('/cart/update.js',{ attributes: {} }).always(function(a,b,c){ console.log(a); });
Thanks!