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

    Interface GetIncomeStatementResponse

    Response for get income statement API

    interface GetIncomeStatementResponse {
        error: string;
        message: string;
        request_id: string;
        response: {
            create_time: number;
            income_statement_id: string;
            status: string;
            url?: string;
        };
        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: {
        create_time: number;
        income_statement_id: string;
        status: string;
        url?: string;
    }

    Type Declaration

    • create_time: number

      Statement generation time (timestamp)

    • income_statement_id: string

      Income statement ID

    • status: string

      Statement status: PROCESSING, COMPLETED, FAILED

    • Optionalurl?: string

      Download URL if statement is ready

    warning?: string | string[]

    Warning message or list of warning messages