v1
latestOpenAPI 3.0.02026-07-226950132.6 KBcart-items
Update cart item
Updates the quantity or other properties of a specific item in the customer's cart. By default returns the updated cart contents. Set return_status=true to get a status message with quantity info.
post/cart/item/{item_key}
Path parameters
item_keystring required
Unique identifier for the cart item.
Request body
Response
Cart item updated successfully.
Example response
{
"message": "Quantity for Product Name has been updated.",
"quantity": 3
}