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

    Interface BatchUpdateOutletStockItem

    BatchUpdateOutletStockItem sub-interface for BatchUpdateOutletStockRequest

    interface BatchUpdateOutletStockItem {
        item_id: number;
        outlet_shop_id: number;
        stock_list: BatchUpdateOutletStockStock[];
    }
    Index

    Properties

    item_id: number

    The item ID of the item in the Outlet shop.

    outlet_shop_id: number

    The shop ID of the Outlet shop.

    The stock list of item models. The list size must be at least 1.