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

items ([UpdateOrderItemWithOrderInput])

List of OrderItems to be updated

billingAddress (UpdateOrderBillingAddressInput)

Order Billing address