Skip to main content

Import Cart from CSV

POST 

/api/portal/cart/import

Upload a 2-column sku,quantity CSV to bulk-add lines. The parser strips a BOM, handles quotes, skips blank rows, sums duplicate SKUs, and reports malformed rows (missing_sku, invalid_quantity, row_limit_exceeded). Valid rows are added; the response summarizes added/rejected and returns the refreshed cart.

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

Request

Responses

OK

Response Headers
    Content-Type