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

    Interface ApplyItemSetRequest

    Request parameters for apply_item_set

    Add product set to item bag. (For TW, ID, TH, PH, MY, SG, VN)

    interface ApplyItemSetRequest {
        item_set_ids: number[];
        session_id: number;
    }
    Index

    Properties

    item_set_ids: number[]

    List of item set id to apply.

    session_id: number

    The identifier of livestream session.