interface ProductLabel {
    name: LocalizedString;
    slug: LocalizedString;
    type: "ProductLabel";
}

Hierarchy (View Summary)

Properties

Properties

Name of the Product.

User-defined identifier used in a deep-link URL for the Product.

type: "ProductLabel"