Product instance attribute that is not described at the SKU level in the catalog.

ProductAttribute

interface ProductAttribute {
    name?: string;
    value?: string;
}

Properties

Properties

name?: string

Product attribute name.

ProductAttribute

value?: string

Product attribute value.

ProductAttribute