Remove/update existing cart attributes

Remove/update existing cart attributes

Jayvee
Shopify Partner
5 0 1

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!

Replies 0 (0)