Skip to main content

ImportExternalOrderPayload

Autogenerated return type of ImportExternalOrder.

type ImportExternalOrderPayload {
clientMutationId: String
orderId: ID
status: ProcessStatusEnum!
}

Fields

ImportExternalOrderPayload.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

ImportExternalOrderPayload.orderId ● ID scalar

The ID of the imported order. This ID can be used to query the order.

ImportExternalOrderPayload.status ● ProcessStatusEnum! non-null enum

The status of the import process.

Returned By

importExternalOrder mutation