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

    Interface SearchAttributeValueListValue

    SearchAttributeValueListValue sub-interface for SearchAttributeValueListResponseData

    interface SearchAttributeValueListValue {
        value_id?: number;
        value_name?: string;
    }
    Index

    Properties

    value_id?: number

    The ID of the predefined attributes value.

    value_name?: string

    The name of the predefined attributes value.