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

    Interface SearchItemResponseData

    SearchItemResponseData sub-interface for SearchItemResponse

    interface SearchItemResponseData {
        item_id_list?: number[];
        next_offset?: string;
        total_count?: number;
    }
    Index

    Properties

    item_id_list?: number[]

    List of item ID.

    next_offset?: string

    If has_next_page is true, this value need set to next request.offset

    total_count?: number

    Total num of items match condation.