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

    Interface GetCurrentInventoryParams

    Parameters for getting current inventory

    interface GetCurrentInventoryParams {
        category_id?: number;
        inbound_pending_approval?: number;
        keyword?: string;
        not_moving_tag?: number;
        page_no?: number;
        page_size?: number;
        products_with_inventory?: number;
        search_type?: number;
        stock_levels?: string;
        whs_ids?: string;
        whs_region: string;
    }
    Index

    Properties

    category_id?: number

    Category id (first-tier)

    inbound_pending_approval?: number

    Inbound pending approval: Blank=All; 0=No; 1=Yes

    keyword?: string

    Bind value and search_type

    not_moving_tag?: number

    Not moving tag: Blank=All; 0=No; 1=Yes

    page_no?: number

    Page number (default: 1)

    page_size?: number

    Page size, 1-100 (default: 10)

    products_with_inventory?: number

    Products with inventory: Blank=All; 0=No; 1=Yes

    search_type?: number

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

    stock_levels?: string

    Stock levels: 1=Low Stock & No Sellable stock; 2=Low Stock & To replenish; 3=Low Stock & Replenished; 4=Excess

    whs_ids?: string

    Whs ID list, comma-separated

    whs_region: string

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