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

    Interface GetStockAgingRequest

    Request parameters for get_stock_aging

    Get Seller Center Stock Aging page data

    interface GetStockAgingRequest {
        aging_storage_tag?: number;
        category_id?: number;
        excess_storage_tag?: number;
        keyword?: string;
        page_no?: number;
        page_size?: number;
        search_type?: number;
        whs_ids?: string[];
        whs_region: string;
    }
    Index

    Properties

    aging_storage_tag?: number

    0-false;1-true

    category_id?: number

    L1-level product category ID. You need to call the get_category API to obtain the first-level category_id

    excess_storage_tag?: number

    0-false;1-true

    keyword?: string

    bound with search_type

    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 100.

    search_type?: number

    1-Product Name;2-SKU ID;3-Variations;4-Item ID

    whs_ids?: string[]

    split by comma

    whs_region: string

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