ProductLabel
A digital label that is applied to the product for tagging/grouping purposes.
type ProductLabel {
color: String
text: String
id: ID!
referenceId: ID!
}
Fields
ProductLabel.color ● String scalar
ProductLabel.text ● String scalar
ProductLabel.id ● ID! non-null scalar
ProductLabel.referenceId ● ID! non-null scalar
The ID of the reference Label
Member Of
Product object