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

    Interface GetOptimizationSuggestionProductResponseData

    GetOptimizationSuggestionProductResponseData sub-interface for GetOptimizationSuggestionProductResponse

    interface GetOptimizationSuggestionProductResponseData {
        has_more?: boolean;
        item_list?: GetOptimizationSuggestionProductItem[];
        total?: number;
    }
    Index

    Properties

    has_more?: boolean

    This is to indicate whether the item list is more than one page. If this value is true, you may want to continue to check next page to retrieve orders.

    total?: number

    Total number of items that match the condition