OrderInput
The input fields for specifying the information to be updated on an order when using the orderUpdate mutation.
Anchor to FieldsFields
- Anchor to customAttributescustom•
Attributes A new list of custom attributes for the order. Overwrites the existing custom attributes.
- Anchor to emailemail•
A new customer email address for the order. Overwrites the existing email address.
- •ID!non-null
The ID of the order to update.
- Anchor to localizedFieldslocalized•
Fields A list of new localized fields to add to the existing list of localized fields for the order.
- Anchor to metafieldsmetafields•
A list of new metafields to add to the existing metafields for the order.
- Anchor to notenote•
The new contents for the note associated with the order. Overwrites the existing note.
- Anchor to poNumberpo•
Number The new purchase order number for the order.
- Anchor to shippingAddressshipping•
Address The new shipping address for the order. Overwrites the existing shipping address.
- Anchor to tagstags•
A new list of tags for the order. Overwrites the existing tags.
- Anchor to localizationExtensionslocalization•
Extensions [LocalizationExtension DeprecatedInput!] A list of new localization extensions to add to the existing list of localization extensions for the order. This field will be removed in a future version. Use
instead.