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

    Interface GetStockMovementRequest

    Request parameters for get_stock_movement

    Get Seller Center,Stock Movement page data

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

    Properties

    category_id_l1?: number

    L1-level category_id. You need to call the get_category API to retrieve the first-level category_id.

    end_time: string

    End date in YYYY-MM-DD format. Only data within the past 1 year can be queried, and the time range must not exceed 90 days.

    item_id?: string
    item_name?: string

    Product Name Filter

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

    sku_id?: string
    start_time: string

    Start date in YYYY-MM-DD format. Only data within the past 1 year can be queried, and the time range must not exceed 90 days.

    variation?: string
    whs_ids?: string[]

    Multiple warehouse_id values should be separated by commas.

    whs_region: string

    Warehouse Region. Enum values: BR, CN, ID, MY, MX, TH, TW, PH, VN, SGIf do not pass, will get error "block by gateway due to invalid cid"