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

    Interface UpdateKitItemComponent

    UpdateKitItemComponent sub-interface for UpdateKitItemModel

    interface UpdateKitItemComponent {
        component_item_id: number;
        component_model_id?: number;
        main_component?: boolean;
        quantity: number;
    }
    Index

    Properties

    component_item_id: number

    ID of the item that composes this kit model.

    component_model_id?: number

    ID of the model that composes this kit model.

    main_component?: boolean

    Whether this item/model is the main component for this kit.One kit item can only have one item/model as main component.

    quantity: number

    The amount of the item/model that composes this kit model.