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

    Interface DeleteDiscountItemParams

    Parameters for deleting an item from a discount

    interface DeleteDiscountItemParams {
        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 item has no variation, set to 0