ライトモード
Update Bulk Orders Statuses
POST
/orders/statuses/bulk最終更新: a month ago
This endpoint allows you to update orders' statuses in bulk by uploading an Excel file with the xlsx
file extension.
Request
Request Bodyパラメータmultipart/form-data
file
string
必須
The file where the order statuses are retrieved from, to update the order statuses in bulk.
サンプル値:
Salla Order_statuses.xlsx
Request samples
Response
Success(200)
Error Validation(422)
HTTP Code: 200
Content Type : JSONapplication/json
データ構造
No schema defined
例
{
"status": 200,
"success": true,
"data": {
"message": "😍 رائع! يتم حاليا تحديث حالات الطلبات "
}
}
最終更新: a month ago