Skip to main content

Quick Add to Cart

POST 

/api/portal/cart/quick-add

Bulk-add lines by SKU and/or product id. Send structured items ([{sku, quantity}] and/or [{product_id, quantity}]) or a pasted text block of SKU,QTY lines. Returns the added lines, the rejected lines with a reason (unknown_sku, unknown_product, below_moq, increment_mismatch), and the refreshed cart.

Request

Responses

OK

Response Headers
    Content-Type