Skip to main content
POST
Download Product Metadata
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

/product/download/metadata Description: The /product/download/metadata endpoint allows downloading metadata for products in various formats. Authorization:
  • Required role: admin or higher
Method: POST Request Body: Query Parameters:

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Query Parameters

format
enum<string>
default:csv

Format of the download

Available options:
csv,
json,
xml

Body

application/json
productIds
string[]
required

Array of product IDs to include in the metadata

Response

Success

The response is of type file.