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

    Interface SearchSspListAttribute

    SearchSspListAttribute sub-interface for SearchSspListSsp

    interface SearchSspListAttribute {
        attr_display_name?: string;
        attr_id?: number;
        attr_name?: string;
        attr_val_info?: SearchSspListAttrValInfo[];
        datetime_format?: number;
        format_type?: number;
        input_type?: number;
        input_validator?: number;
    }
    Index

    Properties

    attr_display_name?: string

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

    attr_id?: number

    The attribute ID.

    attr_name?: string

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

    attr_val_info?: SearchSspListAttrValInfo[]

    The values of the attribute.

    datetime_format?: number

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

    format_type?: number

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

    input_type?: number

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

    input_validator?: number

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