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

    Type Alias BatchUpdateOutletPriceItem

    Item configuration for batch updating outlet price

    type BatchUpdateOutletPriceItem = {
        item_id: number;
        outlet_shop_id: number;
        price_list: { model_id?: number; original_price: number }[];
    }
    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.

    price_list: { model_id?: number; original_price: number }[]

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

    Type Declaration

    • Optionalmodel_id?: number

      The model ID of the product. Empty for item without model.

    • original_price: number

      The original price to update. The value must be greater than 0.