ImportExternalOrderPayload
Autogenerated return type of ImportExternalOrder.
type ImportExternalOrderPayload {
clientMutationId: String
orderId: ID
status: ProcessStatusEnum!
}
Fields
ImportExternalOrderPayload.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
ImportExternalOrderPayload.orderId ● ID scalar common
The ID of the imported order. This ID can be used to query the order.
ImportExternalOrderPayload.status ● ProcessStatusEnum! non-null enum common
The status of the import process.
Returned By
importExternalOrder mutation