Anchor to tagsAddtags
mutationtags Add
Adds tags to a resource. If the resource type doesn't support tagging, the id argument returns a resource-not-found error.
Tags help merchants organize and filter resources. See the tags argument for supported input formats.
Learn more about using tags to organize subscription orders.
Anchor to Arguments
Arguments
- id (ID!)
- tags ([String!]!)
- •ID!required
- •[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?
- node (Node)
- userErrors ([UserError!]!)
- Anchor to nodenode•Node
The object that was updated.
- Anchor to userErrorsuser•[User
Errors Error!]! non-null The list of errors that occurred from executing the mutation.
Was this section helpful?