Light Mode
Export Products
POST
/products/exportLast modified: 13 days ago
This endpoint allows you to export products from an Excel file in specific types.
:::info[Info]
Check the Merchant Help Desk articles here and here for more details.
:::products.read_write
- Products Read & Write
Request
Body Params application/json
No schema defined
Example
{
"type": "custom-template",
"format": "xlsx",
"template_id": "1455968806",
"filters": {
"brands": [],
"categories": [],
"branches": [],
"types": [],
"status": [],
"wholesale": false,
"mahly": "unlinked"
}
}
Request samples
Responses
OK(200)
Error Validation(422)
Record Not Found(404)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{
"status": 200,
"success": true,
"data": {
"message": "سوف يتم ارسال الملف علي بريدك الالكتروني بعد قليل"
}
}
Last modified: 13 days ago