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

    Interface DeleteAddOnDealSubItemParams

    Parameters for deleting sub items from an add-on deal

    interface DeleteAddOnDealSubItemParams {
        add_on_deal_id: number;
        sub_item_list: { item_id: number; model_id: number }[];
    }
    Index

    Properties

    add_on_deal_id: number

    Shopee's unique identifier for an add on deal activity

    sub_item_list: { item_id: number; model_id: number }[]

    List of sub items to delete

    Type Declaration

    • item_id: number

      Shopee's unique identifier for an item

    • model_id: number

      Shopee's unique identifier for a model (variation)