Skip to content
Guides
API reference
stablecatalog:create

Queue a product import

Queues a product import from an uploaded file. Returns a job you poll for progress and errors; nothing is written synchronously.

POST/v1/catalog/products/imports

Queues a product import from an uploaded file. Returns a job you poll for progress and errors; nothing is written synchronously.

Authorization

bearerAuth
AuthorizationBearer <token>

OAuth2 access token issued by Ecomiq Auth.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X POST "https://example.com/v1/catalog/products/imports" \  -H "Content-Type: application/json" \  -d '{    "clientRunId": "string",    "assetId": "string",    "checksum": "string"  }'
{  "type": null,  "title": null,  "status": null,  "detail": null,  "instance": null,  "code": "string"}