Shopee SDK API Reference - v1.14.0
    Preparing search index...

    Type Alias BatchPublishItemToOutletShopParams

    Parameters for batch publishing items to outlet shop

    type BatchPublishItemToOutletShopParams = {
        item_list: {
            mart_item_id: number;
            outlet_shop_id: number;
            publish_item: PublishItemConfig;
        }[];
    }
    Index

    Properties

    Properties

    item_list: {
        mart_item_id: number;
        outlet_shop_id: number;
        publish_item: PublishItemConfig;
    }[]

    The item list to batch publish to Outlet shop. The list size must be between 1 and 100.

    Type Declaration

    • mart_item_id: number

      The item ID of the item in the Mart shop.

    • outlet_shop_id: number

      The shop ID of the Outlet shop.

    • publish_item: PublishItemConfig

      The outlet item data to publish.