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

    Interface AddDiscountItemRequest

    Request parameters for add_discount_item

    Use this api to add shop discount item.

    interface AddDiscountItemRequest {
        discount_id: number;
        item_list: AddDiscountItemItem[];
    }
    Index

    Properties

    discount_id: number

    Shopee's unique identifier for a discount activity.

    item_list: AddDiscountItemItem[]

    The items added in this discount promotion.