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

    Interface UpdateStockResultItem

    Result of a single stock update

    interface UpdateStockResultItem {
        model_id: number;
        seller_stock: SellerStockUpdate[];
    }
    Index

    Properties

    model_id: number

    Model ID that was updated

    seller_stock: SellerStockUpdate[]

    Seller stock that was updated