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

Description

/product/download/csv Description: The /product/download/csv endpoint allows downloading a CSV file containing product data. Authorization:
  • Required role: admin or higher
Method: POST Request Body:

Code Examples

Authorizations

Authorization
string
header
required

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

Body

application/json
productIds
string[]

Array of product IDs to include in the CSV

Response

Success

The response is of type file.