Overview
Suppliers import creates or updates supplier master records for your organization. Today the endpoint validatesexternalId and uses it as the supplier code.
Quick Start
- Build a
suppliers[]payload. - POST to
/api/import/suppliers. - Poll
/api/import/status/[jobId]for completion.
Field Reference
Validation Rules
suppliers[]must be present and non-empty.- Each row must include
externalId. - Re-importing
externalIdupdates the same supplier record.