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

Better Data FieldTypeRequiredExampleDescriptionSource System Analog
externalIdstringYESSUP-ACMESupplier key used for idempotent upsert.ERP vendor ID

Validation Rules

  • suppliers[] must be present and non-empty.
  • Each row must include externalId.
  • Re-importing externalId updates the same supplier record.

Common Errors

ErrorMeaningHow to fix
suppliers[] is requiredMissing supplier array.Send { "suppliers": [ ... ] }.
externalId requiredA row omitted supplier identifier.Provide non-empty externalId.