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
OrderUpdateInput.accountingId
● String
scalar
Accounting ID of the Order
OrderUpdateInput.debtorId
● String
scalar
Debtor ID of the User, Contact or Customer
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]
OrderUpdateInput.recipientCompany
● String
scalar
Company name of the Recipient [USED FOR ORDER SEARCH ONLY]
OrderUpdateInput.externalId
● String
scalar
ID of the Order in an external system
OrderUpdateInput.status
● String
scalar
Status of the Order
OrderUpdateInput.type
● OrderType
enum
Type of the Order
OrderUpdateInput.source
● String
scalar
Source of the Order i.e. webshop, internal, external or api
OrderUpdateInput.email
● String
scalar
Email address used for communication about this Order
OrderUpdateInput.remarks
● String
scalar
Remarks by the customer
OrderUpdateInput.reference
● String
scalar
Reference by the customer
OrderUpdateInput.extra3
● String
scalar
extra3: Open text field to add meta data on an Order. The field will not be visible to Propeller admins, but can be used to be displayed on front-ends or be used in integrations.