Skip to main content
Base path: /vendor (relative to your instance’s /api/v2). The standard endpoints provide reads and writes, subject to the constraints below. Search columns: name, code, identifier

Fields

Only name is required on create. type is supplier, manufacturer, or subcontractor; status is active or inactive. Contacts are separate records linked by vendorId. Item-specific supplier SKUs live in item vendors.

Archive and restore

DELETE archives this resource. Restore it with PATCH /vendor/{id} and { "isArchived": false }. See archiving and deleting.