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!
A developer is seeking guidance on removing or updating existing cart attributes through Shopify’s cart API.
Technical Context:
/cart/update.js)attributes objectCurrent Status:
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!