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

    Interface AddItemListRequest

    Request parameters for add_item_list

    Use this call to add items list to certain shop_category

    interface AddItemListRequest {
        item_list: number[];
        shop_category_id: number;
    }
    Index

    Properties

    item_list: number[]

    Shopee's unique identifiers list for an item. Max. 100 items to be deleted per request.

    shop_category_id: number

    ShopCategory's unique identifier.