Shopee SDK API Reference - v2.8.0
    Preparing search index...

    Interface SearchSspListAttrValInfo

    SearchSspListAttrValInfo sub-interface for SearchSspListAttribute

    interface SearchSspListAttrValInfo {
        attr_val?: string;
        attr_val_display_name?: string;
        attr_val_id?: number;
        custom_value?: string;
    }
    Index

    Properties

    attr_val?: string

    Attribute metadata that may be omitted by the current search converter.

    attr_val_display_name?: string

    Attribute metadata that may be omitted by the current search converter.

    attr_val_id?: number

    The attribute value ID.

    custom_value?: string

    A custom attribute value when applicable.