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

    Type Alias PublishItemToOutletShopParams

    Parameters for publish item to outlet shop

    type PublishItemToOutletShopParams = {
        mart_item_id: number;
        outlet_shop_id: number;
        publish_item: PublishItemConfig;
    }
    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

    publish_item: PublishItemConfig

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