The
/product/download/metadata
endpoint allows downloading metadata for products in various formats.
Method:POST
Request Body:
Parameter | Type | Description |
---|---|---|
productIds | string[] | Array of product IDs to include in the metadata. |
Parameter | Type | Description |
---|---|---|
format | string | Format of the download (csv, json, xml). Default: csv |
Authentication
This endpoint requires authentication. Include your bearer token in the Authorization header.Query Parameters
Parameter | Type | In | Required | Description |
---|---|---|---|---|
format | string | query | ā | Format of the download |
Request Body
Request Schema
Field | Type | Required | Description |
---|---|---|---|
productIds | array | ā | Array of product IDs to include in the metadata |
Responses
ā 200 - Success
ā ļø 401 - Unauthorized
ā 500 - Internal Server Error
Tags
Product
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Query Parameters
Format of the download
Available options:
csv
, json
, xml
Body
application/json
Array of product IDs to include in the metadata
Response
Success
The response is of type file
.