Cancel an action
/cancel-action
Cancel an action › Request Body
orderId(required).
eaqId(required).
Cancel an action › Responses
OK
valueBoolean result from the operation.
statusOverall status of the request.
messageError details when the request fails.
Check whether an action is cancellable
/is-cancellable
query Parameters
orderId(required).
eaqId(required).
Check whether an action is cancellable › Responses
OK
valueBoolean result from the operation.
statusOverall status of the request.
messageError details when the request fails.
Search archived actions
Searches the Archived Actions based on the criteria specified.
Returns the operation result.
query Parameters
sizeNumber of records to be returned
pagePage number for which records are required
orderIdThe Order Ids for which you want to search actions
eaqIdThe Entity Action Queue Ids of the corresponding actions
entityTypeIdThe Entity Type Ids for which you want to search actions
actionStatusThe action statuses for which you want to search actions
actionTypeThe action types for which you want to search actions
actionCompletedDateStartactionCompletedDateEndsortSearch archived actions › Responses
OK
totalItemsTotal items in the result set.
itemsOnPageItems returned on this page.
List of actions matching the search criteria.
Search current actions
Gets the Current Actions based on the criteria specified.
Returns the operation result.
query Parameters
sizeNumber of records to be returned
pagePage number for which records are required
eaqIdThe Entity Action Queue Ids of the corresponding actions
orderIdThe Order Ids for which you want to search actions
entityTypeIdThe Entity Type Ids for which you want to search actions.
actionStatusThe action statuses for which you want to search actions.
actionTypeThe action types for which you want to search actions
actionCompletedDateStartactionCompletedDateEndsortSearch current actions › Responses
OK
totalItemsTotal items in the result set.
itemsOnPageItems returned on this page.
List of actions matching the search criteria.

