cart-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
}Changes
No recorded changes to this endpoint across all 1 revision of this API.