OrderInput input object
Specifies the information to be updated on the requested order.
Input fields
- customAttributes (
[[AttributeInput!]](https://shopify.dev/docs/admin-api/graphql/reference/orders/attributeinput)
)
Custom information to add to the order, represented as a key value pair. Also referred to as note attributes. - email (
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
The email address associated with the order. - id (
[ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)
) REQUIRED
The ID of the order to update. - localizationExtensions (
[[LocalizationExtensionInput!]](https://shopify.dev/docs/admin-api/graphql/reference/translations/localizationextensioninput)
)
The localization extensions attached to the order. For example, Tax IDs. - metafields (
[[MetafieldInput!]](https://shopify.dev/docs/admin-api/graphql/reference/metafields/metafieldinput)
)
The metafields to associate with this order. - note (
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
The order note. - shippingAddress (
[MailingAddressInput](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/mailingaddressinput)
)
The shipping address associated with the order. - tags (
[[String!]](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
A comma separated list of tags that have been added to the order.