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

    Interface GetKitItemInfoComponent

    GetKitItemInfoComponent sub-interface for GetKitItemInfoModel

    interface GetKitItemInfoComponent {
        component_item_id?: number;
        component_item_name?: string;
        component_item_or_model_image?: string;
        component_item_or_model_sku?: string;
        component_model_id?: number;
        component_model_name?: string;
        main_component?: boolean;
        quantity?: number;
    }
    Index

    Properties

    component_item_id?: number

    ID of the item that composes this kit model.

    component_item_name?: string

    Name of the item that composes this kit model.

    component_item_or_model_image?: string
    component_item_or_model_sku?: string
    component_model_id?: number

    ID of the model that composes this kit model.

    component_model_name?: string

    Name of the model that composes this kit model.

    main_component?: boolean

    Whether this item/model is the main component for this kit.

    quantity?: number

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