Export Products
POST
/exports/productsThis 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.
:::exports.read_write
- Exports Read & Write
Request
{
"type": "custom-template",
"format": "xlsx",
"template_id": "1455968806",
"filters": {
"brands": [],
"categories": [],
"branches": [],
"types": [],
"status": [],
"wholesale": false,
"mahly": "unlinked"
}
}
Request samples
Responses
Response status code, a numeric or alphanumeric identifier used to convey the outcome or status of a request, operation, or transaction in various systems and applications, typically indicating whether the action was successful, encountered an error, or resulted in a specific condition.
Response flag, boolean indicator used to signal a particular condition or state in the response of a system or application, often representing the presence or absence of certain conditions or outcomes.
A text or data communication generated by a system or application in response to a request.
{
"status": 200,
"success": true,
"data": {
"message": "سوف يتم ارسال الملف علي بريدك الالكتروني بعد قليل"
}
}