ChemPal Documentation - v1.6.0
    Preparing search index...

    Interface LeroChemAttribute

    A single attribute of a PrestaShop product combination, keyed by attribute group id in LeroChemDataProduct.attributes. For LeroChem the only group is "Size/capacity", whose name is a pack size like "1 L" or "5 L".

    interface LeroChemAttribute {
        id_attribute?: string;
        id_attribute_group?: string;
        name?: string;
        group?: string;
    }
    Index

    Properties

    id_attribute?: string
    id_attribute_group?: string
    name?: string

    Human label of the selected value, e.g. "1 L".

    group?: string

    Group label, e.g. "Size/capacity".