Skip to main content

AsynchronousActionResponse

Asynchronous action response type

type AsynchronousActionResponse {
message: String
processId: ID
status: StatusResultEnum!
}

Fields

AsynchronousActionResponse.message ● String scalar

A message providing additional information about the asynchronous action.

AsynchronousActionResponse.processId ● ID scalar

The unique identifier of the asynchronous process. This could be the identifier of the object being processed or a specific process ID.

AsynchronousActionResponse.status ● StatusResultEnum! non-null enum

The status of the asynchronous action. Possible values are 'pending', 'in_progress', 'completed', and 'failed'.

Returned By

ordersAssignSpecialTemplate mutation ● ordersChangeToStandard mutation ● taskRemove mutation