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

    Type Alias BatchUpdateOutletStockItem

    Item configuration for batch updating outlet stock

    type BatchUpdateOutletStockItem = {
        item_id: number;
        outlet_shop_id: number;
        stock_list: {
            model_id?: number;
            seller_stock: { location_id?: string; stock: number }[];
        }[];
    }
    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.

    stock_list: {
        model_id?: number;
        seller_stock: { location_id?: string; stock: number }[];
    }[]

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

    Type Declaration

    • Optionalmodel_id?: number

      The model ID of the product. Empty for item without model.

    • seller_stock: { location_id?: string; stock: number }[]

      The seller stock by location.