Skip to main content
Log inSign up

Shopify uses cookies to provide necessary site functionality and improve your experience. By using our website, you agree to our privacy policy and our cookie policy.

mutation

Add tags to an order, a draft order, a customer, a product, or an online store article.

ID!required

The ID of a resource to add tags to.

[String!]!required

A list of tags to add to the resource. Can be an array of strings or a single string composed of a comma-separated list of values. Example values: ["tag1", "tag2", "tag3"], "tag1, tag2, tag3".


Was this section helpful?

Anchor to TagsAddPayload returnsTagsAddPayload returns

The object that was updated.

The list of errors that occurred from executing the mutation.


Was this section helpful?