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

    Interface UpdateKitItemItemSetting

    UpdateKitItemItemSetting sub-interface for UpdateKitItemRequest

    interface UpdateKitItemItemSetting {
        description?: string;
        description_info?: UpdateKitItemDescriptionInfo;
        description_type?: string;
        dimension?: UpdateKitItemDimension;
        images?: UpdateKitItemImage;
        item_name?: string;
        item_sku?: string;
        logistic_info?: UpdateKitItemLogisticInfo[];
        long_images?: UpdateKitItemLongImage;
        model_list?: UpdateKitItemModel[];
        pre_order?: UpdateKitItemPreOrder;
        tier_variation_list?: UpdateKitItemTierVariation[];
        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?: UpdateKitItemDescriptionInfo

    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?: UpdateKitItemLogisticInfo[]

    Logistic channel setting.

    Item images with 3:4 ratio.

    model_list?: UpdateKitItemModel[]

    Model info list, model number at most 9.

    Pre order setting.

    tier_variation_list?: UpdateKitItemTierVariation[]

    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.