This API is used to Updates the status of multiple orders in a single request such as UNFULFILLED, ONHOLD, FULFILLED, or CANCELED, based on business or fulfillment actions. Use this API to apply the same status change to more than one order at once.
Order status updated successfully.
Invalid request
The request could not be authorized
The requested resource was not found.
The request could not be completed due to an internal error
{- "orders": [
- {
- "orderId": "PBqTYEhO31JY"
}
], - "reason": "bulk status update",
- "status": "ONHOLD"
}{- "status": "ONHOLD",
- "message": "Order status updated successfully.",
- "transactionDateTime": "2025-07-01T09:59:16.617Z"
}