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

    Interface PublishItemToOutletShopRequest

    Request parameters for publish_item_to_outlet_shop

    This API supports publishing an existing item from the mart shop to an outlet shop.

    interface PublishItemToOutletShopRequest {
        mart_item_id: number;
        outlet_shop_id: number;
        publish_item: PublishItemToOutletShopPublishItem;
    }
    Index

    Properties

    mart_item_id: number

    The item ID of the product in the Mart shop to be published to the outlet shop.

    outlet_shop_id: number

    The shop ID of the outlet shop where the product will be published.

    Configuration details for publishing the product to the outlet shop, including model mapping, pricing, stock, logistics, and purchase limits.