v1
latestOpenAPI 3.0.32026-07-1793060.0 KBCartLines
Update cart line (update quantity)
Update cart line (update quantity)
patch/api/v1/cart-lines/13516
Request body
Example request
{
"data": {
"attributes": {
"quantity": 5
},
"id": "13516",
"type": "cart-lines"
}
}