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

    Interface GetPublishedListRequest

    Request parameters for get_published_list

    Get published item list of global item. Only for China mainland sellers and Korean sellers.

    interface GetPublishedListRequest {
        global_item_id: number;
        shop_id_list?: number[];
    }
    Index

    Properties

    global_item_id: number

    Id of global item.

    shop_id_list?: number[]

    Shop id list for checking if the shop is publishable.If not input the list, will return the first 300 publishable shop list in response after the migration period.