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

    Interface UploadImageParams

    Parameters for uploading an image

    interface UploadImageParams {
        image: Blob | Buffer<ArrayBufferLike>;
    }
    Index

    Properties

    Properties

    image: Blob | Buffer<ArrayBufferLike>

    The image file to upload