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

    Interface GetSspDetailAttribute

    GetSspDetailAttribute sub-interface for GetSspDetailSspInfo

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

    Properties

    attr_display_name?: string

    The localized attribute name.

    attr_id?: number

    The attribute ID.

    attr_name?: string

    The attribute name.

    attr_val_info?: GetSspDetailAttrValInfo[]

    The values of the attribute.

    datetime_format?: number

    The date-time format when the attribute is a date or time.

    format_type?: number

    The format type of the attribute.

    input_type?: number

    The input type of the attribute.

    input_validator?: number

    The validator type of the attribute.