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

    Interface BatchUpdateOutletPriceItem

    BatchUpdateOutletPriceItem sub-interface for BatchUpdateOutletPriceRequest

    interface BatchUpdateOutletPriceItem {
        item_id: number;
        outlet_shop_id: number;
        price_list: BatchUpdateOutletPricePrice[];
    }
    Index

    Properties

    item_id: number

    The item ID of the item in the Outlet shop.

    outlet_shop_id: number

    The shop ID of the Outlet shop.

    The price list of item models. The list size must be at least 1.