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

    Interface ImageInfoListItem

    Individual image info in the list

    interface ImageInfoListItem {
        error?: string;
        id: number;
        image_info?: MediaSpaceImageInfo;
        message?: string;
    }
    Index

    Properties

    error?: string

    Indicate error type if this index's image upload processing hit error

    id: number

    The index of images

    image_info?: MediaSpaceImageInfo

    Image information

    message?: string

    Indicate error detail if this index's image upload processing hit error