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

    Interface UploadImageResponse

    Response for uploading image to MediaSpace

    interface UploadImageResponse {
        error: string;
        message: string;
        request_id: string;
        response: {
            image_info?: MediaSpaceImageInfo;
            image_info_list?: ImageInfoListItem[];
        };
        warning?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    error: string

    Error code if any error occurred

    message: string

    Error message if any error occurred

    request_id: string

    The identifier for an API request for error tracking

    response: {
        image_info?: MediaSpaceImageInfo;
        image_info_list?: ImageInfoListItem[];
    }

    Type Declaration

    warning?: string

    Warning message or list of warning messages