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

    Interface UpdateStockSuccess

    UpdateStockSuccess sub-interface for UpdateStockResponseData

    interface UpdateStockSuccess {
        location_id?: string;
        model_id?: number;
        stock?: number;
    }
    Index

    Properties

    location_id?: string

    location id; This field and the stock field are returned in pairs

    model_id?: number

    ID of model.

    stock?: number

    stock;This field is returned if seller stock is used in the request, and normal stock fields are not returned.