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

    Interface SellerStock

    Seller stock details

    interface SellerStock {
        if_saleable?: boolean;
        location_id?: string;
        stock?: number;
    }
    Index

    Properties

    if_saleable?: boolean

    To return if the stock of the location id is saleable

    location_id?: string

    Location id

    stock?: number

    Stock in the current warehouse