Analyze manufacturer PO spreadsheet (async)

POST /api/v1/inventory/po-import/analyze

Upload an Excel or CSV manufacturer purchase order. Returns a task_id immediately; poll GET /analyze/{task_id} for column mappings and metadata.

Operation ID: analyze_po_spreadsheet_api_v1_inventory_po_import_analyze_post · View as markdown · OpenAPI slice

Authentication

Bearer token authentication. Pass your DayZero API token in the Authorization header and the target business UUID in x-business-id.

Responses

201 Successful Response

task_id string required

400 Bad Request - Invalid input

401 Unauthorized - Authentication required

403 Forbidden - Insufficient permissions

422 Validation Error - Invalid data format