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

    Interface GetShopPublishableStatusRequest

    Request parameters for get_shop_publishable_status

    Get publishable shop list for global item in pages.

    interface GetShopPublishableStatusRequest {
        global_item_id: number;
        offset: number;
        page_size: number;
    }
    Index

    Properties

    global_item_id: number

    Id of global item.

    offset: number

    Specifies the starting entry of data to return in the current call. Default is 0. if data is more than one page, the offset can be some entry to start next call.

    page_size: number

    the size of one page.Max=100