Skip to main content

ImportExternalOrderInput

Autogenerated input type of ImportExternalOrder

input ImportExternalOrderInput {
clientMutationId: String
externalOrderId: String!
integrationId: ID!
}

Fields

ImportExternalOrderInput.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

ImportExternalOrderInput.externalOrderId ● String! non-null scalar

The ID of the order in the external system.

ImportExternalOrderInput.integrationId ● ID! non-null scalar

The ID of the sales channel where the order will be placed. This is used to determine the integration to use to import the order.

Member Of

importExternalOrder mutation