Skip to main content
mutation

Removes tags from an Order, DraftOrder, Customer, Product, or Article.

Tags are searchable keywords that help organize and filter these resources.

ID!
required

The ID of the resource to remove tags from.

[String!]!
required

A list of tags to remove from the resource in the form of an array of strings. Example value: ["tag1", "tag2", "tag3"].


Was this section helpful?

Anchor to TagsRemovePayload returnsTagsRemovePayload returns

Node

The object that was updated.

[UserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?