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

    Interface SplitOrder_SplitOrderItem

    SplitOrder_SplitOrderItem sub-interface for SplitOrder_SplitOrderPackage

    interface SplitOrder_SplitOrderItem {
        item_id?: number;
        model_id?: number;
        model_quantity?: number;
        order_item_id?: number;
        promotion_group_id?: number;
    }
    Index

    Properties

    item_id?: number

    Shopee's unique identifier for an item.

    model_id?: number

    Shopee's unique identifier for a model.

    model_quantity?: number

    The number of identical items put in the package.

    order_item_id?: number

    The identify of order item. For items in one same bundle deal promotion, the order_item_id should share the same id, such as 1,2. For items not in bundle deal promotion, the order_item_id should be the same as item_id.

    promotion_group_id?: number

    The identify of product promotion. For items in one same add on deal promotion, the promotion_group_id should share the same id. For items not in add on deal promotion, the promotion_group_id should be 0. And the data is from group_id of shopee.orders.GetOrderDetails.