# OrderInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## 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/2024-10/input-objects/AttributeInput): AttributeInput - A new list of custom attributes for the order. Overwrites the existing custom attributes. * [email](/docs/api/admin-graphql/2024-10/scalars/String): String - A new customer email address for the order. Overwrites the existing email address. * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The ID of the order to update. * [localizationExtensions](/docs/api/admin-graphql/2024-10/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. * [metafields](/docs/api/admin-graphql/2024-10/input-objects/MetafieldInput): MetafieldInput - A list of new metafields to add to the existing metafields for the order. * [note](/docs/api/admin-graphql/2024-10/scalars/String): String - The new contents for the note associated with the order. Overwrites the existing note. * [poNumber](/docs/api/admin-graphql/2024-10/scalars/String): String - The new purchase order number for the order. * [shippingAddress](/docs/api/admin-graphql/2024-10/input-objects/MailingAddressInput): MailingAddressInput - The new shipping address for the order. Overwrites the existing shipping address. * [tags](/docs/api/admin-graphql/2024-10/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/2024-10/mutations/orderUpdate) ## Examples