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

    Interface DeleteBundleDealItemParams

    Parameters for deleting items from a bundle deal

    interface DeleteBundleDealItemParams {
        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 delete from the bundle deal