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

    Interface InventorySku

    SKU information for current inventory

    interface InventorySku {
        fulfill_mapping_mode: number;
        model_id: string;
        model_name: string;
        mtsku_id: string;
        not_moving_tag: number;
        shop_sku_list: ShopSku[];
        whs_list: WhsInventory[];
    }
    Index

    Properties

    fulfill_mapping_mode: number

    0=Null; 1=Bundle SKU; 2=Parent SKU

    model_id: string

    Warehouse model SKU ID

    model_name: string

    Model name

    mtsku_id: string

    mtsku id

    not_moving_tag: number

    Not moving tag

    shop_sku_list: ShopSku[]

    Shop SKU list

    whs_list: WhsInventory[]

    Warehouse list