Overview
Use catalog import to register SKU identities before inventory, orders, and forecasting data. The current endpoint validatesexternalId and optionally accepts name.
Quick Start
- Build a
products[]payload with one row per SKU. - POST to
/api/import/catalog. - Poll
/api/import/status/[jobId]until complete.
Field Reference
Validation Rules
products[]must be present and non-empty.- Every row must include
externalId. - Re-importing the same
externalIdupdates existing product metadata.