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

    Interface PublishItemToOutletShopSellerStock

    PublishItemToOutletShopSellerStock sub-interface for PublishItemToOutletShopModel

    interface PublishItemToOutletShopSellerStock {
        location_id?: string;
        stock: number;
    }
    Index

    Properties

    Properties

    location_id?: string

    The location ID where the stock is stored.

    stock: number

    The available stock quantity for the model.