Shopee SDK API Reference - v1.14.0
    Preparing search index...

    Interface GetContentAffiliatePerformanceResponse

    Response for get_content_affiliate_performance

    interface GetContentAffiliatePerformanceResponse {
        error: string;
        message: string;
        request_id: string;
        response: {
            details?: GetContentAffiliatePerformanceDetail[];
            next_cursor?: number;
            summary?: GetContentAffiliatePerformanceSummary[];
        };
        warning?: string
        | string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    error: string

    Error code if any error occurred

    message: string

    Error message if any error occurred

    request_id: string

    The identifier for an API request for error tracking

    response: {
        details?: GetContentAffiliatePerformanceDetail[];
        next_cursor?: number;
        summary?: GetContentAffiliatePerformanceSummary[];
    }

    Type Declaration

    • Optionaldetails?: GetContentAffiliatePerformanceDetail[]
    • Optionalnext_cursor?: number

      Offset to be used in the next request for fetching the next page of detail records.Notes:- Returned only when content_list is omitted or an empty array.- Calculated as cursor + returned_detail_count.- If returned_detail_count is less than page_size, it indicates there may be no more records.- If the request is already beyond the end of the result set, the API returns 0 detail records and next_cursor remains equal to the input cursor.

    • Optionalsummary?: GetContentAffiliatePerformanceSummary[]
    warning?: string | string[]

    Warning message or list of warning messages