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

    Interface PenaltyPointRecord

    Penalty point record information

    interface PenaltyPointRecord {
        issue_time: number;
        latest_point_num: number;
        original_point_num: number;
        reference_id: number;
        violation_type: number;
    }
    Index

    Properties

    issue_time: number

    The time when penalty points were issued (Unix timestamp)

    latest_point_num: number

    The latest penalty points after any adjustments. If seller raised an appeal that was approved, this shows the points after adjustment.

    original_point_num: number

    The original penalty points before any adjustments. If seller raised an appeal that was approved, this shows the points before adjustment.

    reference_id: number

    Reference ID for this penalty point record

    violation_type: number

    Type of violation that caused the penalty points