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

    Interface ConvertImageRequest

    Request parameters for convert_image

    Convert a specific format and pictures within 10M into url.

    interface ConvertImageRequest {
        return_sn: string;
        upload_image: any;
    }
    Index

    Properties

    return_sn: string

    The serial number of return.

    upload_image: any

    The proof picture to be uploaded must be within 10MB in size, and the format only supports .jpg, .jpeg, and .png. Only one picture is allowed to be uploaded per request. If multiple pictures are uploaded, only the first picture will be processed.