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

    Interface GetFulfillmentMappingInventoryListParentMtsku

    GetFulfillmentMappingInventoryListParentMtsku sub-interface for GetFulfillmentMappingInventoryListStockContext

    interface GetFulfillmentMappingInventoryListParentMtsku {
        parent_mtsku_id?: string;
        parent_mtsku_stock?: number;
    }
    Index

    Properties

    parent_mtsku_id?: string

    The MTSKU ID of a Parent SKU involved in the fulfillment mapping relationship.

    parent_mtsku_stock?: number

    Physical sellable stock of the parent MTSKU in the specified warehouse. It is the original quantity, not multiplied by mapping_formula. Example: mapping_formula = 2MTSKU_A + 1MTSKU_B; MTSKU_A stock = 14; returned parent_mtsku_stock = 14. Each Bundle SKU needs two MTSKU_A, so it supports floor(14/2)=7 bundles. The returned stock remains 14, not 28.