Skip to main content

Overview

Suppliers import creates or updates supplier master records for your organization. Today the endpoint validates externalId and uses it as the supplier code.

Quick Start

  1. Build a suppliers[] payload.
  2. POST to /api/import/suppliers.
  3. 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 externalId updates the same supplier record.

Common Errors