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

    Interface DeleteGlobalItemFailureDeleteItem

    DeleteGlobalItemFailureDeleteItem sub-interface for DeleteGlobalItemResponseData

    interface DeleteGlobalItemFailureDeleteItem {
        item_id?: number;
        shop_id?: number;
    }
    Index

    Properties

    Properties

    item_id?: number

    The id of related item failed to delete.

    shop_id?: number

    The id of shop corresponding to the related item failed to delete.