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

    Interface GetKitItemInfoProductInfo

    GetKitItemInfoProductInfo sub-interface for GetKitItemInfoResponseData

    interface GetKitItemInfoProductInfo {
        attributes?: GetKitItemInfoAttribute[];
        brand_info?: GetKitItemInfoBrandInfo;
        category_id?: number[];
        description?: string;
        description_info?: GetKitItemInfoDescriptionInfo;
        description_type?: string;
        dimension?: GetKitItemInfoDimension;
        images?: GetKitItemInfoImage;
        item_id?: number;
        item_name?: string;
        item_sku?: string;
        item_status?: string;
        long_images?: GetKitItemInfoLongImage;
        model_list?: GetKitItemInfoModel[];
        pre_order_info?: GetKitItemInfoPreOrderInfo;
        tier_variation_list?: GetKitItemInfoTierVariation[];
        video_list?: GetKitItemInfoVideo[];
        weight?: string;
    }
    Index

    Properties

    The attributes of this kit item, sync from the attributes of the main component of this kit item.

    The brand of this kit item, sync from the brand of the main component of this kit item.

    category_id?: number[]

    The category of this kit item, sync from the category of the main component of this kit item.

    description?: string

    If description_type is normal, description information will be returned through this field, else description will be empty.

    Rich text description field. Only whitelist sellers can use it.

    description_type?: string

    Type of description : values: See Data Definition- description_type (normal , extended).

    The dimension of this kit item.

    Item images with 1:1 ratio.

    item_id?: number

    ID of this kit item.

    item_name?: string

    The name of this kit item.

    item_sku?: string

    An item SKU (stock keeping unit) is an identifier defined by a seller, sometimes called parent SKU. Item SKU can be assigned to an item in Shopee Listings.

    item_status?: string

    Enumerated type that defines the current status of the item. Applicable values: NORMAL, BANNED, UNLIST, SELLER_DELETE, SHOPEE_DELETE, REVIEWING.

    Item images with 3:4 ratio.

    model_list?: GetKitItemInfoModel[]

    Model info list, model number at most 9.

    tier_variation_list?: GetKitItemInfoTierVariation[]

    Variation config of item.

    video_list?: GetKitItemInfoVideo[]

    Info of video list.

    weight?: string

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