Skip to main content

CreateOrderWithTransactionsInput

type CreateOrderWithTransactionsInput {
disableAutoCreateCustomer: Boolean
order: CreateOrderInput!
transactions: [OrderTransactionInput!]!
}

Fields

disableAutoCreateCustomerBoolean

If there is no customer connected to the e-mail in the order and it is not desired to create a new customer with this e-mail, it can be sent as true.

orderCreateOrderInput!required

Contains the order information to be created.

transactions[OrderTransactionInput!]!required

A list of transaction objects.

  • The list must contain at least one transaction.