Actions APIs
integer · int32 · requiredinteger · int32 · required booleanstringstring stringstringstringstringstringstringstringstringstringstringstring integer · int32integer · int32
Schemas
CancellableActionRequest
Cancels an action for the given order and entity action queue id.
orderId(required).
eaqId(required).
CancellableActionResponse
Response for cancellableAction.
valueBoolean result from the operation.
statusOverall status of the request.
messageError details when the request fails.
ActionDto
Nested action entry in search responses (KB 908/909).
orderIdOrder Id.
entityTypeIdEntity Type Id.
eaqIdEntity Action Queue Id.
actionTypeAction Type.
actionTypeDescDescription of the Action.
actionAddedTimestamp when the Action was added.
actionStartedTimestamp when the Action started.
actionCompletedTimestamp when the Action got completed.
actionStatusAction Status.
actionStatusDescDescription of the Action Status.
priorityAction priority.
ListCurrentActionsResponse
Response for listCurrentActions.
totalItemsTotal items in the result set.
itemsOnPageItems returned on this page.
List of actions matching the search criteria.

