Skip to main content
input_object

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

•[AttributeInput!]

A new list of custom attributes for the order. Overwrites the existing custom attributes.

•String

A new customer email address for the order. Overwrites the existing email address.

•ID!non-null

The ID of the order to update.

•[MetafieldInput!]

A list of new metafields to add to the existing metafields for the order.

•String

The new contents for the note associated with the order. Overwrites the existing note.

•String

The new purchase order number for the order.

•MailingAddressInput

The new shipping address for the order. Overwrites the existing shipping address.

•[String!]

A new list of tags for the order. Overwrites the existing tags.


Was this section helpful?

Anchor to Mutations using this inputMutations using this input


Was this section helpful?