Upload order line items from CSV
Uploads and processes a CSV file to create or update order line items in bulk. Uses functional parsing with comprehensive error handling. Reference orders using either OrderId (GUID) or OrderReference (your PO number).
path Parameters
companyIdThe unique identifier of the company
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
Upload order line items from CSV › Responses
CSV uploaded and processed successfully
Get CSV upload template for order line items
Downloads a CSV template file with example order line item data for bulk uploads. Shows how to use OrderReference (your PO numbers) or OrderId (GUIDs) to link line items to existing orders.
path Parameters
companyIdThe unique identifier of the company. Example: 11111111-2222-3333-4444-555555555555
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
Get CSV upload template for order line items › Responses
CSV template file with example order line items

