Shopee SDK API Reference - v2.8.0
    Preparing search index...

    Interface GetPunishmentHistoryPunishment

    GetPunishmentHistoryPunishment sub-interface for GetPunishmentHistoryResponseData

    interface GetPunishmentHistoryPunishment {
        end_time?: number | Date;
        issue_time?: number | Date;
        listing_limit?: number[];
        order_limit?: string;
        punishment_type?: number;
        reason?: number;
        reference_id?: number;
        start_time?: number | Date;
    }
    Index

    Properties

    end_time?: number | Date

    End time in the duration of this punishment record.

    issue_time?: number | Date

    The time when punishment are issued.

    listing_limit?: number[]

    Return the specific value of listing limit when punishment_type is: 1109: Listing Limit is reduced1110: Listing Limit is reduced1111: Listing Limit is reduced1112: Listing Limit is reduced

    order_limit?: string

    Return the specific percentage of order limit when punishment_type is: 2008: Order LimitDaily Order Limit = X % * L28D ADO (Average Daily Order of this Shop in Past 28 Days)

    punishment_type?: number

    Punishment Type of this punishment record. Applicable values: 103: Listings not displayed in category browsing104: Listings not displayed in search105: Unable to create new listings106: Unable to edit listings107: Unable to join marketing campaigns108: No shipping subsidies109: Account is suspended600: Listings not displayed in search601: Shop listings hide from recommendation602: Listings not displayed in category browsing1109: Listing Limit is reduced1110: Listing Limit is reduced1111: Listing Limit is reduced1112: Listing Limit is reduced2008: Order Limit

    reason?: number

    Reason of this punishment record. Applicable values: 1: Tier 12: Tier 23: Tier 34: Tier 45: Tier 51109: Listing Limit Tier 11110: Listing Limit Tier 21111: Listing Limit POL

    reference_id?: number

    Reference ID for this punishment record.

    start_time?: number | Date

    Start time in the duration of this punishment record.