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

    Interface UpdateDiscountItemRequest

    Request parameters for update_discount_item

    Use this api to update items of the discount promotion.

    interface UpdateDiscountItemRequest {
        discount_id: number;
        item_list: UpdateDiscountItemItem[];
    }
    Index

    Properties

    discount_id: number

    Shopee's unique identifier for a discount activity.

    The items selected to this discount. You can update at most 50 items per call.