API Reference

Update Cart Item

To update the quantity of an item already in a cart, you can use this endpoint with a PUT request. You'll need to provide the cart id and the id of the item to be updated in the path. In the request body, specify the new quantity.

Language
Click Try It! to start a request and see the response here!