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

    Interface AddGlobalItemField

    AddGlobalItemField sub-interface for AddGlobalItemExtendedDescription

    interface AddGlobalItemField {
        field_type?: string;
        image_info?: AddGlobalItemImageInfo;
        text?: string;
    }
    Index

    Properties

    field_type?: string

    type of extended description field :values: See Data Definition- description_field_type (text , image).

    If field_type is image,image url will be set by this field.

    text?: string

    If field_type is text, text information will be set by this field.