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

    Interface StockMovementSku

    SKU information for stock movement

    interface StockMovementSku {
        adjust_qty: AdjustQty;
        barcode: string;
        end_qty: EndQty;
        fulfill_mapping_mode: number;
        inbound_qty: InboundQty;
        model_id: string;
        mtsku_id: string;
        outbound_qty: OutboundQty;
        shop_sku_list: ShopSku[];
        start_qty: StartQty;
        variation: string;
        whs_list: WhsStockMovement[];
    }
    Index

    Properties

    adjust_qty: AdjustQty

    SKU change information

    barcode: string

    Barcode

    end_qty: EndQty

    Inventory information at the end time

    fulfill_mapping_mode: number

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

    inbound_qty: InboundQty

    Inbound information

    model_id: string

    Model sku id

    mtsku_id: string

    mtsku id

    outbound_qty: OutboundQty

    Outbound information

    shop_sku_list: ShopSku[]

    Shop SKU list

    start_qty: StartQty

    Inventory information at the start time

    variation: string

    Variation

    whs_list: WhsStockMovement[]

    Warehouse list