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

    Type Alias UpdatePriceParams

    Parameters for updating product price

    type UpdatePriceParams = {
        item_id: number;
        price_list: PriceListItem[];
    }
    Index

    Properties

    Properties

    item_id: number

    Item ID

    price_list: PriceListItem[]

    List of prices to update. Length should be between 1 to 50