Update cart’s choosen shipping method
-
Hey there,
When retrieving the cart, there is an object called ‘shipping’. This object includes a packages list, with all the available shipping methods. Is there a way to update the ‘chosen_method’ field via REST API?
Like this:
{
“local_pickup:7”: {
“chosen_method” : true
}
}I tried this endpoint: https://docs.cocart.xyz/#items-in-cart-update-item-in-cart. But this is only for updating the quantity.
Thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Update cart’s choosen shipping method’ is closed to new replies.