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

    Interface PunishmentRecord

    Punishment record information

    interface PunishmentRecord {
        end_time: number;
        issue_time: number;
        listing_limit?: number;
        order_limit?: string;
        punishment_type: number;
        reason: number;
        reference_id: number;
        start_time: number;
    }
    Index

    Properties

    end_time: number

    End time of punishment period (Unix timestamp)

    issue_time: number

    The time when punishment was issued (Unix timestamp)

    listing_limit?: number

    Specific value of listing limit (only present when punishment_type is related to listing limits) Only present when punishment_type is: 1109, 1110, 1111, 1112

    order_limit?: string

    Percentage of order limit (only present when punishment_type is 2008) Formula: Daily Order Limit = X % * L28D ADO (Average Daily Order of this Shop in Past 28 Days)

    punishment_type: number

    Type of punishment

    reason: number

    Reason for punishment (typically indicates the tier)

    reference_id: number

    Reference ID for this punishment record

    start_time: number

    Start time of punishment period (Unix timestamp)