UpdateOrderInput

Input type to update an Order

Input Fields

id (ID!)

ID of the Order

status (String)

The current status of the Order.
By default, the initial value will be CREATED, however no other status values are enforced by the platform.
The status field is also used within ruleset selection during orchestration. For more info, see Orchestration
Order's status

attributes ([AttributeInput])

List of order's attributes

totalPrice (Float)

Tax price

totalTaxPrice (Float)

Total tax price

preciseTotalPrice (PreciseAmountInput)

Precise total price

preciseTotalTaxPrice (PreciseAmountInput)

Precise total tax price

currency (String)

Currency used for the order

items ([UpdateOrderItemWithOrderInput])

List of OrderItems to be updated

billingAddress (UpdateOrderBillingAddressInput)

Order Billing address

ref2 (String)

External reference 2 for the order. Must be unique. Can be null.

tag1 (String)

Tag 1 for order search

tag2 (String)

Tag 2 for order search

tag3 (String)

Tag 3 for order search