Appearance
Bulk-update line-item quantities on a draft cart.
/api/admin/carts/{id}/items
Body: { "qty": { "<cartItemId>": <newQty>, ... } }. Quantities of 0 remove the line.
{ "qty": { "<cartItemId>": <newQty>, ... } }
0