GraphQL API
Organization API
Organization / Orders

orderLineUpdate

Update an order line.

Arguments

2 arguments
idID!

ID of the order line.

quantityOrderedInt

Quantity that is ordered

nameString

Name of the product ordered

currencyString!

ISO 4217 currency code

valueString!

Amount

currencyString!

ISO 4217 currency code

valueString!

Amount

Possible return

idID!

Unique primary key.

parentLineOrderLine

Parent order line (for bundles)

nameString!

Name of the ordered product

quantityOrderedInt!

Quantity ordered

quantityAllocatedInt!

Quantity allocated in to fulfillments

quantityShippedInt!

Quantity (already) shipped

quantityUnallocatedInt!

Quantity that is not (yet) allocated to a fulfillment

messageString!
field[String!]