Recerc

Import products

Validates imported product rows with the legacy product import schema and upserts matching products.

POST/api/imports/products

Validates imported product rows with the legacy product import schema and upserts matching products.

Request Body

application/json

Request payload for Import products.

TypeScript Definitions

Use the request body type in TypeScript.

Tabular product import rows. Each row is validated against the legacy product import Zod schema at runtime.

Example

[  {    "sku": "SKU-123",    "title": "Starter Kit",    "currency": "USD",    "price": 19990  }]
[index: integer]?any

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json