# UpdateOrderLineInput

### Fields

#### clientMutationId ([String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string))

A unique identifier for the client performing the mutation.

#### id ([ID](https://developer.firmhouse.com/graphql-api/api-reference/objects/id)!)

ID of the order line to update.

#### quantity ([Int](https://developer.firmhouse.com/graphql-api/api-reference/objects/int))

The quantity of products for this order line.

#### productId ([ID](https://developer.firmhouse.com/graphql-api/api-reference/objects/id))

The ID of the product for this order line.
