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

    Interface GetGlobalModelListStockInfo

    GetGlobalModelListStockInfo sub-interface for GetGlobalModelListGlobalModel

    interface GetGlobalModelListStockInfo {
        current_stock?: number;
        normal_stock?: number;
        reserved_stock?: number;
        stock_location_id?: string;
        stock_type?: number;
    }
    Index

    Properties

    current_stock?: number

    Current stock.

    normal_stock?: number

    Normal stock.

    reserved_stock?: number

    Reserved stock.

    stock_location_id?: string

    Stock location id.

    stock_type?: number

    Stock type. "1" means wms on hand, "2" means seller on hand.