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

    Interface GetPenaltyPointHistoryResponse

    Response for the get penalty point history API

    interface GetPenaltyPointHistoryResponse {
        error: string;
        message: string;
        request_id: string;
        response: { penalty_point_list: PenaltyPointRecord[]; total_count: number };
        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: { penalty_point_list: PenaltyPointRecord[]; total_count: number }

    Type Declaration

    • penalty_point_list: PenaltyPointRecord[]

      List of penalty point records generated in the current quarter

    • total_count: number

      Total number of penalty point records

    warning?: string | string[]

    Warning message or list of warning messages