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

    Interface DeleteItemListRequest

    Request parameters for delete_item_list

    Use this api to delete items from shop category

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

    Properties

    item_list: number[]

    ShopCategory's unique identifier.

    shop_category_id: number

    The list of items need to be deleted. To note that the items which can be deleted successfully should be under this category.