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

    Interface GetStockAgingParams

    Parameters for getting stock aging

    interface GetStockAgingParams {
        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

    Aging storage tag: 0=false; 1=true

    category_id?: number

    L1-level product category ID

    excess_storage_tag?: number

    Excess storage tag: 0=false; 1=true

    keyword?: string

    Bound with search_type

    page_no?: number

    Page number (default: 1)

    page_size?: number

    Page size, 1-100 (default: 10)

    search_type?: number

    Search type: 1=Product Name; 2=SKU ID; 3=Variations; 4=Item ID

    whs_ids?: string

    Whs IDs, comma-separated

    whs_region: string

    Warehouse region (required): BR, CN, ID, MY, MX, TH, TW, PH, VN, SG