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

    Interface GetStockMovementOutboundQty

    GetStockMovementOutboundQty sub-interface for GetStockMovementSku

    interface GetStockMovementOutboundQty {
        outbound_disposed?: number;
        outbound_returned?: number;
        outbound_sold?: number;
        outbound_total?: number;
    }
    Index

    Properties

    outbound_disposed?: number

    Total disposal quantity during the selected time period.

    outbound_returned?: number

    Total merchant return quantity during the selected time period.

    outbound_sold?: number

    "Total sold quantity during the selected time period."

    outbound_total?: number

    Total outbound quantity during the selected time period.