API reference
Queue a brands export
Queues a brand export. Returns a job; the file becomes downloadable once it completes.
POST
/v1/catalog/brands/exportsQueues a brand 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/brands/exports" \ -H "Content-Type: application/json" \ -d '{}'{ "type": null, "title": null, "status": null, "detail": null, "instance": null, "code": "string"}