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

    Type Alias UpdateStockParams

    Parameters for updating product stock

    type UpdateStockParams = {
        item_id: number;
        stock_list: StockListItem[];
    }
    Index

    Properties

    Properties

    item_id: number

    Item ID

    stock_list: StockListItem[]

    List of stock updates. Length should be between 1 to 50