Contains all the tailored data of a Product.

interface ProductTailoringData {
    description?: LocalizedString;
    metaDescription?: LocalizedString;
    metaKeywords?: LocalizedString;
    metaTitle?: LocalizedString;
    name?: LocalizedString;
    slug?: LocalizedString;
}

Properties

description?: LocalizedString

Tailored description of the Product.

metaDescription?: LocalizedString

Tailored description of the Product used by external search engines for improved search engine performance.

metaKeywords?: LocalizedString

Tailored keywords related to the Product used by external search engines for improved search engine performance.

metaTitle?: LocalizedString

Tailored title of the Product used by external search engines for improved search engine performance.

Tailored name of the Product.

User-defined identifier used in a deep-link URL for the ProductTailoring. Matches the pattern [a-zA-Z0-9_\\-]{2,256}.