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

    Interface GetGlobalItemIdItemIdMap

    GetGlobalItemIdItemIdMap sub-interface for GetGlobalItemIdResponseData

    interface GetGlobalItemIdItemIdMap {
        global_item_id?: number;
        item_id?: number;
    }
    Index

    Properties

    global_item_id?: number

    Id of global item.

    item_id?: number

    Id of item.