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

    Interface UploadImageRequest

    Request parameters for upload_image

    Use this API to upload images and support different business scenarios through business and scene parameters.

    interface UploadImageRequest {
        business: number;
        images: any;
        scene: number;
    }
    Index

    Properties

    Properties

    business: number

    Defines the business type of the uploaded image. Supported values: 2 = Returns

    images: any

    The image files to be uploaded. Rules and restrictions by business and scene:- If business = 2 (Returns) and scene = 1 (Return Seller Self Arrange Pickup Proof Image): Up to 3 images can be uploaded. Each image must not exceed 10MB. Supported formats: JPG, JPEG, PNG.

    scene: number

    Defines the purpose of the uploaded image under the specified business type. Supported values:- If business = 2 (Returns): 1 = Return Seller Self Arrange Pickup Proof Image