Shopee SDK API Reference - v1.11.0
    Preparing search index...

    Interface AddItemListParams

    Parameters for adding items to a shop category

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

    Properties

    item_list: number[]

    List of item IDs to add. Max 100 items per request

    shop_category_id: number

    ShopCategory's unique identifier