Skip to content
Guides
API reference
stablecatalog:create

Queue a brands import

Queues a brand import from a file. Returns a job you poll for progress.

POST/v1/catalog/brands/import

Queues a brand import from a file. Returns a job you poll for progress.

Authorization

bearerAuth
AuthorizationBearer <token>

OAuth2 access token issued by Ecomiq Auth.

In: header

Request Body

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/brands/import"
{  "type": null,  "title": null,  "status": null,  "detail": null,  "instance": null,  "code": "string"}