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

    Interface UploadShippingProofRequest

    Request parameters for upload_shipping_proof

    Use this API to upload shipping proof (Only for TW and BR returns with is_seller_arrange = true). This is not to upload evidence for disputes.

    interface UploadShippingProofRequest {
        image_id_list?: UploadShippingProofImageId[];
        remarks?: string;
        return_sn: string;
        reverse_logistics_carrier_id: number;
        reverse_logistics_carrier_name?: string;
        tracking_number?: string;
    }
    Index

    Properties

    image_id_list?: UploadShippingProofImageId[]

    List of image_id of shipping proof image. Required when is_shipping_image_file_mandatory = true in v2.returns.get_shipping_carrier. Max: 3.You can call the v2.media.upload_image to upload image and get the image_id, for this scenario, please pass the business = 2 and scene = 1.

    remarks?: string

    Optional remarks

    return_sn: string

    The serial number of return.

    reverse_logistics_carrier_id: number

    Unique ID of non-integrated reverse logistics channel used by seller.

    reverse_logistics_carrier_name?: string

    Non-integrated reverse logistics channel name used by seller.

    tracking_number?: string

    Tracking number used in seller arrange. Required when is_tracking_number_required = true in v2.returns.get_shipping_carrier.