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

    Interface GetConversionReportResponseData

    GetConversionReportResponseData sub-interface for GetConversionReportResponse

    interface GetConversionReportResponseData {
        has_more?: boolean;
        list?: GetConversionReportList[];
        total_count?: number;
    }
    Index

    Properties

    has_more?: boolean

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

    Array of order records. Each object contains order and commission details.

    total_count?: number

    Total number of entities that match the condition.