Skip to main content

Export Sales Order Lines

GET 

/api/export/sales-orders/:id/export-lines

Exports lines for a specific sales order as a CSV file.

Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

Authentication: Requires Bearer token

Response: text/csv file download

Columns: sales_order_number, sku, description, quantity, price, warehouse_id, weight, weight_unit, length, width, height, dimension_unit, weight_extended (quantity x unit weight), volume_extended (quantity x unit volume). Weight and dimension values are sourced from the line's product. The header row is always returned even when the order has no lines.

Request

Responses

Successful response