Skip to main content

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.

OrderUpdateInput.extra4 ● String scalar

extra4: 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.

OrderUpdateInput.currency ● String scalar

Order currency - ISO 4217 currency code => https://www.xe.com/iso4217.php

OrderUpdateInput.currencyRatio ● Float scalar

Currency conversion ratio compared the the Order's Shop's base currency

OrderUpdateInput.language ● String scalar

Order language - ISO 639-1 language code => https://localizely.com/iso-639-1-list/

OrderUpdateInput.valuePoints ● Int scalar

Value points collected with this Order

OrderUpdateInput.actionCode ● String scalar

Active actioncode that was applied to this Order

OrderUpdateInput.invoiceUserId ● Int scalar

ID of the User, Contact or Customer that should receive the invoice for this Order

OrderUpdateInput.validUntil ● String scalar

Date and time until the order is valid

OrderUpdateInput.companyId ● Int scalar

ID of the Company of the Order

OrderUpdateInput.companySource ● SourceInput input

A company source

OrderUpdateInput.originalOrderId ● Int scalar

Original order id

OrderUpdateInput.exportedAt ● String scalar

The date and time the order was exported

OrderUpdateInput.exportStatus ● OrderExportStatus enum

Order export status of this order

OrderUpdateInput.exportMessage ● String scalar

Order export message

OrderUpdateInput.items ● [CreateOrUpdateOrderItemInput!] list input

The OrderItem to create or update with the Order as a single bulk request

OrderUpdateInput.paymentData ● OrderPaymentUpdateInput input

Order's payment data

OrderUpdateInput.postageData ● OrderPostageUpdateInput input

Order's postage data

OrderUpdateInput.total ● OrderTotalUpdateInput input

Order's totals, tax and global discount

Member Of

orderUpdate mutation