Skip to content
Guides
API reference
stablecatalog:read

Queue a products export

Queues a product export. Returns a job; the file becomes downloadable once it completes.

POST/v1/catalog/products/exports

Queues a product export. Returns a job; the file becomes downloadable once it completes.

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/exports" \  -H "Content-Type: application/json" \  -d '{}'
{  "type": null,  "title": null,  "status": null,  "detail": null,  "instance": null,  "code": "string"}