acceptAgreementCancellationRequest
abstract suspend fun acceptAgreementCancellationRequest(input: AcceptAgreementCancellationRequestRequest): AcceptAgreementCancellationRequestResponse
Allows buyers (acceptors) to accept a cancellation request that is in PENDING_APPROVAL status. Once accepted, the cancellation request transitions to APPROVED status and the agreement cancellation will be processed.
Only cancellation requests in PENDING_APPROVAL status can be accepted. A ConflictException is thrown if the cancellation request is in any other status.