Shopee SDK API Reference - v1.11.0
    Preparing search index...

    Interface SplitOrderPackageItem

    Represents an item in a split order package

    interface SplitOrderPackageItem {
        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 of an item

    model_quantity?: number

    The number of identical items put in the package, the quantity sum of the same item from each parcel must be the full item quantity of the whole order. This field is only eligible for the shop whitelisted to the unit-level split in SG/TH/TW/MY markets

    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. It's required for add on deal and bundle deal items. For items in one same add on deal or bundle deal promotion, the promotion_group_id should share the same id. For items not in add on deal or bundle deal promotion, the promotion_group_id should be 0