OrderCreateInput
No description
input OrderCreateInput {
userId: Int!
accountManagerId: Int
channelId: Int
debtorId: String
debtorFirstName: String
debtorLastName: String
debtorCompany: String
recipientFirstName: String
recipientLastName: String
recipientCompany: String
externalId: String
status: String!
type: OrderType!
source: String
email: String!
remarks: String
reference: String
extra3: String
extra4: String
currency: String!
currencyRatio: Float
language: String!
actionCode: String
invoiceUserId: Int
validUntil: String
companyId: Int
companySource: SourceInput
originalOrderId: Int
exportedAt: String
exportStatus: OrderExportStatus
exportMessage: String
shopId: Int!
cartId: String
items: [OrderItemCreateInput!]!
paymentData: OrderPaymentInput!
postageData: OrderPostageInput!
total: OrderTotalInput!
addresses: [OrderCreateAddressInput!]
}
Fields
OrderCreateInput.userId
● Int!
non-null scalar
ID of the User, Contact or Customer of the Order
OrderCreateInput.accountManagerId
● Int
scalar
User ID of the Account Manager of the order
OrderCreateInput.channelId
● Int
scalar
Channel ID the Order belongs to
OrderCreateInput.debtorId
● String
scalar
Debtor ID of the User, Contact or Customer
OrderCreateInput.debtorFirstName
● String
scalar
First name of the Debtor [USED FOR ORDER SEARCH ONLY]
OrderCreateInput.debtorLastName
● String
scalar
Last name of the Debtor [USED FOR ORDER SEARCH ONLY]
OrderCreateInput.debtorCompany
● String
scalar
Company name of the Debtor [USED FOR ORDER SEARCH ONLY]
OrderCreateInput.recipientFirstName
● String
scalar
First name of the Recipient [USED FOR ORDER SEARCH ONLY]
OrderCreateInput.recipientLastName
● String
scalar
Last name of the Recipient [USED FOR ORDER SEARCH ONLY]