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

    Interface EpagesVariationItem

    A single entry in a master's variations list.

    interface EpagesVariationItem {
        link: EpagesLink;
        additionalAttributes?: { purchasable?: boolean };
        attributeSelection?: EpagesAttributeSelection[];
    }
    Index

    Properties

    Link to the variation's product page (rel should be "variation").

    additionalAttributes?: { purchasable?: boolean }

    Extra flags; purchasable === false excludes the variation.

    attributeSelection?: EpagesAttributeSelection[]

    The attribute values distinguishing this variation (e.g. size).