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

    Interface SearchUnpackagedModelListResponseData

    SearchUnpackagedModelListResponseData sub-interface for SearchUnpackagedModelListResponse

    interface SearchUnpackagedModelListResponseData {
        model_list?: SearchUnpackagedModelListModel[];
        next_cursor?: string;
        total_count?: number;
    }
    Index

    Properties

    List of models that match the condition.

    next_cursor?: string

    Pass the next_cursor in the next request as cursor to get the next page data.

    total_count?: number

    Total number of models that match the condition.