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

    Interface MySimpleStoreOptionValue

    One selected option value on a variant (e.g. the "Size" option set to "1 LITER"). MySimpleStore/Spree exposes these both as options_text and as this structured list.

    interface MySimpleStoreOptionValue {
        id: string;
        name: string;
        presentation: string;
        option_type_name: string;
    }
    Index

    Properties

    id: string

    Option value id

    name: string

    Raw value (e.g. "1 LITER")

    presentation: string

    Display value (e.g. "1 LITER")

    option_type_name: string

    Option group name (e.g. "Size")