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

    Interface AddKitItemItemSetting

    AddKitItemItemSetting sub-interface for AddKitItemRequest

    interface AddKitItemItemSetting {
        description?: string;
        description_info?: AddKitItemDescriptionInfo;
        description_type: string;
        dimension?: AddKitItemDimension;
        images: AddKitItemImage;
        item_name: string;
        item_sku?: string;
        logistic_info: AddKitItemLogisticInfo[];
        long_images?: AddKitItemLongImage;
        model_list: AddKitItemModel[];
        pre_order?: AddKitItemPreOrder;
        tier_variation_list: AddKitItemTierVariation[];
        unlisted?: boolean;
        video_upload_id?: string[];
        weight: number;
    }
    Index

    Properties

    description?: string

    If description_type is normal, description information should be set by this field.

    description_info?: AddKitItemDescriptionInfo

    Rich text description field. Only whitelist sellers can use it. If you use the field, please upload the description_type=extended otherwise api will return error. If you don't use this field, you don't need to upload the description_type or upload description_type=normal

    description_type: string

    See Data Definition- description_type (normal , extended). If you want to use extended_description, this field must be inputed.

    The dimension of this kit item.

    Item images with 1:1 ratio.

    item_name: string

    The name of this kit item.

    item_sku?: string

    SKU tag of item

    logistic_info: AddKitItemLogisticInfo[]

    Logistic channel setting.

    long_images?: AddKitItemLongImage

    Item images with 3:4 ratio.

    model_list: AddKitItemModel[]

    Model info list, model number at most 9.

    pre_order?: AddKitItemPreOrder

    Pre order setting.

    tier_variation_list: AddKitItemTierVariation[]

    Tier variation info list. Only support one tier variation, and each kit item can have from 1 to 9 kit variations.

    unlisted?: boolean

    Unlist or not.

    video_upload_id?: string[]

    Video upload ID returned from video uploading API. Only accept one video_upload_id.

    weight: number

    The weight of this kit item, the unit is KG.