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

    Interface GetOrderDetailComponent

    GetOrderDetailComponent sub-interface for GetOrderDetailItem

    interface GetOrderDetailComponent {
        barcode_upc?: string;
        mapping_type?: string | number;
        parent_sku_id?: string;
        quantity?: number;
        warehouse_id?: string | number;
    }
    Index

    Properties

    barcode_upc?: string

    The physical barcode or UPC of the Parent SKU, used for scanning and inventory picking in the warehouse.

    mapping_type?: string | number

    The structure/type of mapping defined for the bundle. Available values:1: Group2: Lucky bag3: Mapping List

    parent_sku_id?: string

    The unique identifier (SKU ID) of the underlying physical component item (Parent SKU).

    quantity?: number

    The mapping ratio/quantity of this specific Parent SKU required for ONE unit of the Bundle SKU (e.g., if Bundle A contains 2 units of Parent SKU B, quantity = 2)

    warehouse_id?: string | number

    The ID of the warehouse where the Parent SKU component is located/stored.