orderLineUpdate
Updates an order line of an order.
orderLineUpdate(
id: ID!
input: OrderLineInput!
): OrderLineUpdate
Arguments
orderLineUpdate.id
● ID!
non-null scalar miscellaneous
ID of the order line to update.
orderLineUpdate.input
● OrderLineInput!
non-null input orders
Fields required to update an order line.
Type
OrderLineUpdate
object orders
Updates an order line of an order.