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

    Interface AddItemListResponseData

    AddItemListResponseData sub-interface for AddItemListResponse

    interface AddItemListResponseData {
        current_count?: number;
        invalid_item_id_list?: AddItemListInvalidItemId[];
        shop_category_id?: number;
    }
    Index

    Properties

    current_count?: number

    Count of items under this shop category after deletion.

    invalid_item_id_list?: AddItemListInvalidItemId[]

    List of invalid item ids.

    shop_category_id?: number

    ShopCategory's unique identifier.