/product/download/metadata
Description:
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. |
Query Parameters:
Parameter | Type | Description |
---|---|---|
format | string | Format of the download (csv, json, xml). Default: csv |
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Format of the download
csv
, json
, xml
Success
The response is of type file
.