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

    Interface AddBundleDealItemRequest

    Request parameters for add_bundle_deal_item

    add product to bundle deal

    interface AddBundleDealItemRequest {
        bundle_deal_id: number;
        item_list: AddBundleDealItemItem[];
    }
    Index

    Properties

    bundle_deal_id: number

    Shopee's unique identifier for a bundle deal activity.

    The items added in this bundle deal promotion.