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

    Interface CreatePublishTaskRequest

    Request parameters for create_publish_task

    Create publish task for global item. Only for China mainland sellers and Korean sellers.

    interface CreatePublishTaskRequest {
        global_item_id: number;
        item?: CreatePublishTaskItem;
        shop_id: number;
        shop_region: string;
    }
    Index

    Properties

    global_item_id: number

    Id of global item.

    Item information.

    shop_id: number

    Id of shop to publish to.

    shop_region: string

    Region of shop.