OrderUpdateInput
No description
input OrderUpdateInput {
userId: Int
accountManagerId: Int
channelId: Int
accountingId: String
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
valuePoints: Int
actionCode: String
invoiceUserId: Int
validUntil: String
companyId: Int
companySource: SourceInput
originalOrderId: Int
exportedAt: String
exportStatus: OrderExportStatus
exportMessage: String
items: [CreateOrUpdateOrderItemInput!]
paymentData: OrderPaymentUpdateInput
postageData: OrderPostageUpdateInput
total: OrderTotalUpdateInput
}
Fields
OrderUpdateInput.userId
● Int
scalar
ID of the User, Contact or Customer of the Order
OrderUpdateInput.accountManagerId
● Int
scalar
User ID of the Account Manager of the order
OrderUpdateInput.channelId
● Int
scalar
Channel ID the Order belongs to