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

Properties

Properties

Name of the Product.

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

type: "ProductLabel"