Skip to main content

Overview

Use catalog import to register SKU identities before inventory, orders, and forecasting data. The current endpoint validates externalId and optionally accepts name.

Quick Start

  1. Build a products[] payload with one row per SKU.
  2. POST to /api/import/catalog.
  3. 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 externalId updates existing product metadata.

Common Errors