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

    Interface UpdatePriceRequest

    Request parameters for update_price

    Update global price. Only for China mainland sellers and Korean sellers.

    interface UpdatePriceRequest {
        global_item_id: number;
        price_list: UpdatePricePrice[];
    }
    Index

    Properties

    global_item_id: number

    ID of global item.

    price_list: UpdatePricePrice[]

    Price setting for global model. Limit is [1,50].