Skip to main content

SupplierProductTags

Categories and other groupings that apply to this product.

type SupplierProductTags {
parsed(
category: String
key: String
): [ParsedTag]
raw: [String!]
supplierId: ID!
supplierProductId: ID!
updatedAt: Date!
updatedBy: ID!
}

Fields

SupplierProductTags.parsed ● [ParsedTag] list object

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

SupplierProductTags.parsed.category ● String scalar

Optionally filter tags by category.

SupplierProductTags.parsed.key ● String scalar

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

SupplierProductTags.raw ● [String!] list scalar

SupplierProductTags.supplierId ● ID! non-null scalar

SupplierProductTags.supplierProductId ● ID! non-null scalar

SupplierProductTags.updatedAt ● Date! non-null scalar

SupplierProductTags.updatedBy ● ID! non-null scalar

Member of

SupplierProduct object