Skip to main content

Update Cart Line

PATCH 

/api/portal/cart/lines/:line

Set the quantity on an existing line (enforces MOQ + increment). Send the line's last-seen expected_updated_at for shared-cart concurrency: if another buyer changed it first, the write still applies (last-write-wins) but the returned cart's conflict flag is true so the client can refresh.

Request

Responses

OK

Response Headers
    Content-Type