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

    Interface DeleteItemListResponseData

    DeleteItemListResponseData sub-interface for DeleteItemListResponse

    interface DeleteItemListResponseData {
        current_count?: number;
        invalid_item_id?: number[];
        shop_category_id?: number;
    }
    Index

    Properties

    current_count?: number

    count of items under this shop category after deleting

    invalid_item_id?: number[]

    The list of item ids which are invalid; In other words, the item ids not being under the category.

    shop_category_id?: number

    ShopCategory's unique identifier.