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

    Interface UpdateShowItemRequest

    Request parameters for update_show_item

    Set the showing item. (For TW, ID, TH, PH, MY, SG, VN)

    interface UpdateShowItemRequest {
        item_id: number;
        session_id: number;
        shop_id: number;
    }
    Index

    Properties

    item_id: number

    Shopee's unique identifier for an item.

    session_id: number

    The identifier of livestream session.

    shop_id: number

    The shop id of this item.