Skip to main content

orderLineUpdate Mutation

Updates an order line of an order.

Requires the MANAGE_ORDERSpermission.
orderLineUpdate(
id: ID!
input: OrderLineInput!
): OrderLineUpdate
Show return type

Arguments

id ● ID!

ID of the order line to update.

input ● OrderLineInput!

Fields required to update an order line.

Type

OrderLineUpdate

Updates an order line of an order.

Requires the MANAGE_ORDERSpermission.