Update Bulk Orders Statuses

POST {{baseUrl}}/orders/statuses/bulk

This endpoint allows you to update orders' statuses in bulk by uploading an Excel file. Scope: orders.read_write- Orders Read & Write

Request Body

[{"name"=>"file", "value"=>"<string>", "datatype"=>"string"}]

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;status&quot;:&quot;\u003cnumber\u003e&quot;,&quot;success&quot;:&quot;\u003cboolean\u003e&quot;,&quot;data&quot;:{&quot;message&quot;:&quot;\u003cstring\u003e&quot;}}