Shopee SDK API Reference - v1.11.0
    Preparing search index...

    Interface ExtendedDescriptionField

    Extended description field details

    interface ExtendedDescriptionField {
        field_type: string;
        image_info?: ExtendedDescriptionImage;
        text?: string;
    }
    Index

    Properties

    field_type: string

    Type of extended description field: text, image.

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

    text?: string

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