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

    Interface GetSspDetailAttrValInfo

    GetSspDetailAttrValInfo sub-interface for GetSspDetailAttribute

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

    Properties

    attr_val?: string

    The attribute value.

    attr_val_display_name?: string

    The localized attribute value.

    attr_val_id?: number

    The attribute value ID.

    custom_value?: string

    A custom attribute value when applicable.