Contains all available analytic information for a product in the virtual styling component

interface ProductDescription {
    brand?: string;
    currency?: string;
    group_id: number;
    group_name: string;
    id: string;
    name?: string;
    price?: number;
    reference: AssetReference;
    size_id?: string;
    strike_price?: number;
    tryonable?: boolean;
}

Properties

brand?: string

The brand of the product

currency?: string

The currency of the product

group_id: number

The garment group id

group_name: string

The garment group name

id: string

The ID of the product

name?: string

The name of the product

price?: number

The price of this product if available

reference: AssetReference

The garment reference

size_id?: string

The size_id of the product if available

strike_price?: number

The strike price if available

tryonable?: boolean

Is this product tryonable

usually true means it is a garment, false means this is an accessory