> For the complete documentation index, see [llms.txt](https://developer.firmhouse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.firmhouse.com/graphql-api/api-reference/objects/update-order-input.md).

# UpdateOrderInput

### Fields

#### clientMutationId ([String](/graphql-api/api-reference/objects/string.md))

A unique identifier for the client performing the mutation.

#### metadata ([JSON](/graphql-api/api-reference/objects/json.md))

Metadata that can be used by developers to store additional information on objects.

#### id ([ID](/graphql-api/api-reference/objects/id.md)!)

ID of the order to update.

#### status ([OrderStatus](/graphql-api/api-reference/objects/order-status.md))

Order status.

#### fulfilledAt ([String](/graphql-api/api-reference/objects/string.md))

The timestamp of when the order was fulfilled. Pass an empty string to clear existing timestamp.

#### trackingCode ([String](/graphql-api/api-reference/objects/string.md))

Tracking code for the order that can be included in an email. Please note: tracking email will not get sent. Use FulfillOrder mutation if you also want to send out tracking email with the new tracking code.
