Bulk Actions
The bulk order actions let administrators to cancel, suspend, sesume, or withdraw a group of orders in a single invocation of a web service. This is useful:
- To perform a specific action on all orders in a particular region.
- To prevent repetitive intervention to perform similar actions.
The bulk order actions are based on the existing Order Management Server order service. This operation is called BulkAction.
The existing Order Management Server order service is modified to include a new operation. You can use this operation to specify the type of action to be performed along with the group of orders on which the action must be performed.
You can monitor the request status through:
- Event log - contains information about the status of the request.
- Order lists - show the change in the order status when refreshed.
- REST call - bulk order action can be made through BulkAction request.
- In progress jobs - contains bulk action performed tasks where each job contains job id, created date, action requested, total orders and processed orders along with the order IDs
All the errors that occur during this process are logged and handled individually.