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

    Interface GetExpiryReportRequest

    Request parameters for get_expiry_report

    Seller Center Expiry Report page data

    interface GetExpiryReportRequest {
        category_id_l1?: number;
        expiry_status?: string;
        item_id?: string;
        item_name?: string;
        page_no?: number;
        page_size?: number;
        sku_id?: string;
        variation?: string;
        whs_ids?: string[];
        whs_region: string;
    }
    Index

    Properties

    category_id_l1?: number

    Only Level 1 Category can be filtered

    expiry_status?: string

    0-Expired,2-Expiring,4-expiry_blocked,5-damaged,6-normal。Multiple selections allowed, separated by commas.

    item_id?: string
    item_name?: string
    page_no?: number

    Specifies the page number of data to return in the current call. Starting from 1. if data is more than one page, the page_no can be some entry to start next call. If empty, the default value is 1.

    page_size?: number

    Each result set is returned as a page of entries. Use the "page_size" filters to control the maximum number of entries to retrieve per page (i.e., per call), and the "page_no" to start next call. This integer value is used to specify the maximum number of entries to return in a single "page" of data.If empty, the default value is 10. The value should be between 1 and 40.

    sku_id?: string
    variation?: string
    whs_ids?: string[]
    whs_region: string

    Num value: BR、CN、ID、MY、MX、TH、TW、PH、VN、SGIf do not pass, will get error "block by gateway due to invalid cid"