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

    Interface UpdateKitItemModel

    UpdateKitItemModel sub-interface for UpdateKitItemItemSetting

    interface UpdateKitItemModel {
        component_list?: UpdateKitItemComponent[];
        model_id?: number;
        model_sku?: string;
        original_price?: number;
        tier_index: number[];
    }
    Index

    Properties

    component_list?: UpdateKitItemComponent[]

    Please get the amount of item/model that one kit model support from get_kit_item_limit.

    model_id?: number

    ID of this kit model.

    model_sku?: string

    Seller SKU of this kit model, model_sku length information needs to be no more than 100 characters.

    original_price?: number

    Original price of this kit model.

    tier_index: number[]

    Tier index of this kit model.