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

    Interface DeleteDiscountItemRequest

    Request parameters for delete_discount_item

    Use this api to delete items of the discount activity

    interface DeleteDiscountItemRequest {
        discount_id: number;
        item_id: number;
        model_id?: number;
    }
    Index

    Properties

    discount_id: number

    Shopee's unique identifier for a discount activity.

    item_id: number

    Shopee's unique identifier for an item.

    model_id?: number

    Shopee's unique identifier for a variation of an item. If there is no variation of this item, you don't need to input this param. Dafault is 0.