# OrderInput - admin-graphql - INPUT_OBJECT
Version: 2025-01

## Description
The input fields for specifying the information to be updated on an order when using the orderUpdate mutation.

### Access Scopes



## Fields
* [customAttributes](/docs/api/admin-graphql/2025-01/input-objects/AttributeInput): AttributeInput - A new list of custom attributes for the order. Overwrites the existing custom attributes.
* [email](/docs/api/admin-graphql/2025-01/scalars/String): String - A new customer email address for the order. Overwrites the existing email address.
* [id](/docs/api/admin-graphql/2025-01/scalars/ID): ID! - The ID of the order to update.
* [localizationExtensions](/docs/api/admin-graphql/2025-01/input-objects/LocalizationExtensionInput): LocalizationExtensionInput - A list of new [localization extensions](https://shopify.dev/api/admin-graphql/latest/objects/localizationextension) to add to the existing list of localization extensions for the order.
* [localizedFields](/docs/api/admin-graphql/2025-01/input-objects/LocalizedFieldInput): LocalizedFieldInput - A list of new [localized fields](https://shopify.dev/api/admin-graphql/latest/objects/localizedfield) to add to the existing list of localized fields for the order.
* [metafields](/docs/api/admin-graphql/2025-01/input-objects/MetafieldInput): MetafieldInput - A list of new metafields to add to the existing metafields for the order.
* [note](/docs/api/admin-graphql/2025-01/scalars/String): String - The new contents for the note associated with the order. Overwrites the existing note.
* [poNumber](/docs/api/admin-graphql/2025-01/scalars/String): String - The new purchase order number for the order.
* [shippingAddress](/docs/api/admin-graphql/2025-01/input-objects/MailingAddressInput): MailingAddressInput - The new shipping address for the order. Overwrites the existing shipping address.
* [tags](/docs/api/admin-graphql/2025-01/scalars/String): String - A new list of tags for the order. Overwrites the existing tags.


## Input objects with this input object
* [orderUpdate](/docs/api/admin-graphql/2025-01/mutations/orderUpdate)


## Examples