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

    Interface ImageInfoItem

    Individual image upload information

    interface ImageInfoItem {
        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 information for this upload

    message: string

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