Skip to main content
payload

Return type for tagsRemove mutation.

•Node

The object that was updated.

•[UserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?

Anchor to Mutations with this payloadMutations with this payload

•mutation

Removes tags from a resource. If the resource type doesn't support tagging, the id argument returns a resource-not-found error.

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

Arguments

•ID!
required

The ID of the resource to remove tags from. Supported resources: Order, DraftOrder, Customer, Product, Article, and DiscountNode.

•[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?