Skip to main content
Version: v1.0.0(int)

E029: Bulk-import vendors

POST /api/vendors/bulk-import

Creates many vendors at once from an uploaded CSV or Excel file. Triggered from the Data page, Vendors import. Atomic.

Authentication

Standard tenant route. Requires Authorization: Bearer <firebase-id-token> and X-Org-Id: <org-id>. Access: Admin.

Request

{ "rows": [ { "code": "V-001", "name": "..." } ] }

Response — 200 OK

{ "data": [ { "index": 0, "status": "ok", "id": "uuid" } ] }

Errors

HTTPcodeCondition
422validation_failedTop-level shape malformed.

Workflow

Calls W029 Bulk-import vendors.