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

    Interface GetKitItemInfoField

    GetKitItemInfoField sub-interface for GetKitItemInfoExtendedDescription

    interface GetKitItemInfoField {
        field_type?: string;
        image_info?: GetKitItemInfoImageInfo;
        text?: string;
    }
    Index

    Properties

    field_type?: string

    Type of extended description field. See Data Definition- description_field_type (text , image).

    If field_type is image, image will be returned through this field.

    text?: string

    If field_type is text, text information will be returned through this field.