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

    Interface GetPublishableShopRequest

    Request parameters for get_publishable_shop

    Get publishable shop list for global item. Only for China mainland sellers and Korean sellers.

    interface GetPublishableShopRequest {
        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