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
The type of products to be exported as, only from the allowed enum values. List of products can be found here.
The format to export the products as, either csv
or xlsx
Template ID
List of Brands to be exported. List of brands can be found here.
List of Categories to be exported. List of countries can be found here.
List of Branches to be exported. List of Branches can be found here.
Product types.
List of Order Statuses to be exported. List of order statuses can be found here.
Whether or not the store is for wholesale.
Whether or not the store is linked with Mahly
{
"type": "custom-template",
"format": "xlsx",
"template_id": "1455968806",
"filters": {
"brands": [],
"categories": [],
"branches": [],
"types": [],
"status": [],
"wholesale": false,
"mahly": "unlinked"
}
}
Request samples
[api.label.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": "سوف يتم ارسال الملف علي بريدك الالكتروني بعد قليل"
}
}