updateOrderLine

Updates an order line. Allows changing the quantity and product.

Arguments

Argument
Description

Parameters for UpdateOrderLine

UpdateOrderLineInput Arguments

Argument
Description

id (ID!)

ID of the order line to update.

quantity (Int)

The quantity of products for this order line.

productId (ID)

The ID of the product for this order line.

Return fields

orderLine (OrderLine)

Last updated

Was this helpful?