Skip to main content
Version: 3.x

orderLineUpdate

Updates an order line of an order.

Requires MANAGE_ORDERSpermission.
orderLineUpdate(
id: ID!
input: OrderLineInput!
): OrderLineUpdate

Arguments

orderLineUpdate.id ● ID! non-null scalar

ID of the order line to update.

orderLineUpdate.input ● OrderLineInput! non-null input

Fields required to update an order line.

Type

OrderLineUpdate object

Updates an order line of an order.

Requires MANAGE_ORDERSpermission.

Was this page helpful?