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

    Interface AddBundleDealItemParams

    Parameters for adding items to a bundle deal

    interface AddBundleDealItemParams {
        bundle_deal_id: number;
        item_list: BundleDealItem[];
    }
    Index

    Properties

    bundle_deal_id: number

    Shopee's unique identifier for a bundle deal activity

    item_list: BundleDealItem[]

    List of items to add to the bundle deal