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

    Interface AddOnDealSubItem

    Sub item (discounted/gift item) in add-on deal

    interface AddOnDealSubItem {
        item_id: number;
        model_id: number;
        status: AddOnDealSubItemStatus;
        sub_item_input_price: number;
        sub_item_limit?: number;
    }
    Index

    Properties

    item_id: number

    Shopee's unique identifier for an item

    model_id: number

    Shopee's unique identifier for a model (variation)

    Status of the sub item (0=deleted, 1=active)

    sub_item_input_price: number

    Discounted price or gift price for the sub item

    sub_item_limit?: number

    Maximum quantity of this sub item that can be purchased per order