--- title: OrderInput - GraphQL Admin description: >- The input fields for specifying the information to be updated on an order when using the orderUpdate mutation. api_version: 2024-10 api_name: admin type: input_object api_type: graphql source_url: html: 'https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/OrderInput' md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/OrderInput.txt --- # Order​Input input\_object The input fields for specifying the information to be updated on an order when using the orderUpdate mutation. ## Fields * custom​Attributes [\[Attribute​Input!\]](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/AttributeInput) A new list of custom attributes for the order. Overwrites the existing custom attributes. * email [String](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/String) A new customer email address for the order. Overwrites the existing email address. * id [ID!](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/ID) non-null The ID of the order to update. * metafields [\[Metafield​Input!\]](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/MetafieldInput) A list of new metafields to add to the existing metafields for the order. * note [String](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/String) The new contents for the note associated with the order. Overwrites the existing note. * po​Number [String](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/String) The new purchase order number for the order. * shipping​Address [Mailing​Address​Input](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/MailingAddressInput) The new shipping address for the order. Overwrites the existing shipping address. * tags [\[String!\]](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/String) A new list of tags for the order. Overwrites the existing tags. * localization​Extensions [\[Localization​Extension​Input!\]](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/LocalizationExtensionInput) Deprecated *** ## Mutations using this input * [order​Update.​input](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/orderUpdate#argument-input) MUTATION *** ## Map ### Mutations using this input * <\~>[order​Update.input](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/orderUpdate#argument-input)