Skip to main content

ProductTags

These are the tags associated to the product

type ProductTags {
parsed(
category: String
key: String
): [ParsedTag]
raw: [String]
}

Fields

ProductTags.parsed ● [ParsedTag] list object

Get parsed, and optionally filtered, tags for a Product.

ProductTags.parsed.category ● String scalar

Optionally filter tags by category.

ProductTags.parsed.key ● String scalar

Optionally filter tags by key. If category is not provided, but key is, category must be null to be returned.

ProductTags.raw ● [String] list scalar

Member of

PublicProduct object