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

    Interface GetPrincipalLivestreamPerformanceResponse

    Response for get_principal_livestream_performance

    interface GetPrincipalLivestreamPerformanceResponse {
        error: string;
        message: string;
        request_id: string;
        response: {
            details?: GetPrincipalLivestreamPerformanceDetail[];
            summary?: GetPrincipalLivestreamPerformanceSummary[];
        };
        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?: GetPrincipalLivestreamPerformanceDetail[];
        summary?: GetPrincipalLivestreamPerformanceSummary[];
    }
    warning?: string | string[]

    Warning message or list of warning messages