orderLineUpdate Mutation
Updates an order line of an order.
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.