Modo Claro
Update Bulk Orders Statuses
POST
/orders/statuses/bulkLast modified: a month ago
This endpoint allows you to update orders' statuses in bulk by uploading an Excel file with the xlsx
file extension.
Request
Parâmetros Bodymultipart/form-data
file
string
requerido
The file where the order statuses are retrieved from, to update the order statuses in bulk.
Exemplo:
Salla Order_statuses.xlsx
Request samples
Respostas
Success(200)
Error Validation(422)
HTTP Code: 200
Content Type : JSONapplication/json
Esquema de Dados
No schema defined
Exemplo
{
"status": 200,
"success": true,
"data": {
"message": "😍 رائع! يتم حاليا تحديث حالات الطلبات "
}
}
Last modified: a month ago