The
/product/download/csv
endpoint allows downloading a CSV file containing product data.
Method:POST
Request Body:
Parameter | Type | Description |
---|---|---|
productIds | string[] | Array of product IDs to include in the CSV. If not provided, all products will be included. |
Authentication
This endpoint requires authentication. Include your bearer token in the Authorization header.Request Body
Request Schema
Field | Type | Required | Description |
---|---|---|---|
productIds | array | ❌ | Array of product IDs to include in the CSV |
Responses
✅ 200 - Success
⚠️ 401 - Unauthorized
❌ 500 - Internal Server Error
Tags
Product
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Body
application/json
Array of product IDs to include in the CSV
Response
Success
The response is of type file
.