rejectAgreementCancellationRequest
inline suspend fun MarketplaceAgreementClient.rejectAgreementCancellationRequest(crossinline block: RejectAgreementCancellationRequestRequest.Builder.() -> Unit): RejectAgreementCancellationRequestResponse
Allows buyers (acceptors) to reject a cancellation request that is in PENDING_APPROVAL status. Once rejected, the cancellation request transitions to REJECTED status and the agreement remains active. Buyers must provide a reason for the rejection.
Only cancellation requests in PENDING_APPROVAL status can be rejected. A ConflictException is thrown if the cancellation request is in any other status.