Light Mode
Update Bulk Orders Statuses
POST
/orders/statuses/bulkLast modified: 16 days ago
This endpoint allows you to update orders' statuses in bulk by uploading an Excel file with the xlsx
file extension.
Request
Body Params multipart/form-data
file
string
required
The file where the order statuses are retrieved from, to update the order statuses in bulk.
Example:
Salla Order_statuses.xlsx
Request samples
Responses
Success(200)
Error Validation(422)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
{
"status": 200,
"success": true,
"data": {
"message": "😍 رائع! يتم حاليا تحديث حالات الطلبات "
}
}
Last modified: 16 days ago