CreateOrderWithTransactionsInput
type CreateOrderWithTransactionsInput {
disableAutoCreateCustomer: Boolean
order: CreateOrderInput!
transactions: [OrderTransactionInput!]!
}
Fields
disableAutoCreateCustomer
BooleanIf 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
.
Contains the order information to be created.
A list of transaction objects.
- The list must contain at least one transaction.