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

    Interface UpdateItemListRequest

    Request parameters for update_item_list

    Update the order of items in item bag. (For TW, ID, TH, PH, MY, SG, VN)

    interface UpdateItemListRequest {
        item_list: UpdateItemListItem[];
        session_id: number;
    }
    Index

    Properties

    item_list: UpdateItemListItem[]

    The list of item with updated order.

    session_id: number

    The identifier of livestream session.