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

    Interface GetFulfillmentMappingInventoryListList

    GetFulfillmentMappingInventoryListList sub-interface for GetFulfillmentMappingInventoryListResponseData

    interface GetFulfillmentMappingInventoryListList {
        bundle_mtsku_id?: string;
        mapping_formula?: string;
        mapping_type?: number;
        stock_context?: GetFulfillmentMappingInventoryListStockContext;
        whs_id?: string;
    }
    Index

    Properties

    bundle_mtsku_id?: string

    Bundle SKU.

    mapping_formula?: string

    The fulfillment mapping formula of the Bundle MTSKU. It describes the Parent MTSKU composition or alternative mapping relationships.Formatting rules:- The quantity before an MTSKU ID indicates the required quantity of that Parent MTSKU.- Within one mapping formula, + indicates that all listed Parent MTSKUs are required together.- For a Mapping List, [] encloses alternative mapping formulas, and , separates each alternative formula.Examples:- Group: 2 * MTSKU_A + 1 * MTSKU_B- Mapping List: [2 * MTSKU_A + 1 * MTSKU_B, 1 * MTSKU_C]- Lucky Bag: 2 * MTSKU_A

    mapping_type?: number

    Fulfillment mapping type. (Enum:1-group; 2-lucky bag; 3-mapping list).

    Stock detail.

    whs_id?: string

    Shopee warehouse id.