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

    Interface CancelDisputeRequest

    Request parameters for cancel_dispute

    Sellers can only cancel compensation disputes, not normal disputes. This means that sellers can only cancel disputes when the return_status is ACCEPTED and the compensation_status is COMPENSATION_REQUESTED.

    interface CancelDisputeRequest {
        email: string;
        return_sn: string;
    }
    Index

    Properties

    Properties

    email: string

    The operator's email address. For operation record keeping purposes (same as v2.returns.dispute API).

    return_sn: string

    Shopee's unique serial number identifier for a Return Refund request.Note: Sellers can only cancel compensation disputes, not normal disputes. This means that sellers can only cancel disputes when the return_status is ACCEPTED and the compensation_status is COMPENSATION_REQUESTED.