OrderUpdateInput
No description
input OrderUpdateInput {
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
sources: [SourceInput!]
items: [CreateOrUpdateOrderItemInput!]
paymentData: OrderPaymentUpdateInput
postageData: OrderPostageUpdateInput
total: OrderTotalUpdateInput
addresses: [OrderAddressBulkInput!]
}
Fields
OrderUpdateInput.userId ● Int scalar
Identifier of the user who placed the order.
References the customer account that initiated this order. Can be null for guest orders or orders placed on behalf of customers.
OrderUpdateInput.accountManagerId ● Int scalar
Identifier of the account manager responsible for this order.
References the staff member or owner who will handle order processing, customer communication, and order fulfillment coordination.
OrderUpdateInput.channelId ● Int scalar
Sales channel identifier where the order originated.
Distinguishes between different sales channels like webshop, mobile app, marketplace, or point-of-sale systems for reporting and processing rules.
OrderUpdateInput.debtorId ● String scalar
Financial identifier of the customer or company responsible for payment.
Used in accounting and billing systems to identify the party responsible for payment and invoice generation.
OrderUpdateInput.debtorFirstName ● String scalar
First name of the Debtor [USED FOR ORDER SEARCH ONLY]
OrderUpdateInput.debtorLastName ● String scalar
Last name of the Debtor [USED FOR ORDER SEARCH ONLY]
OrderUpdateInput.debtorCompany ● String scalar
Company name of the Debtor [USED FOR ORDER SEARCH ONLY]
OrderUpdateInput.recipientFirstName ● String scalar
First name of the Recipient [USED FOR ORDER SEARCH ONLY]
OrderUpdateInput.recipientLastName ● String scalar
Last name of the Recipient [USED FOR ORDER SEARCH ONLY]