getAgreementCancellationRequest

Retrieves detailed information about a specific agreement cancellation request. Both sellers (proposers) and buyers (acceptors) can use this operation to view cancellation requests associated with their agreements.

Samples

// Get a cancellation request
val resp = marketplaceAgreementClient.getAgreementCancellationRequest {
    agreementId = "agmt-752jqvg74yo7k"
    agreementCancellationRequestId = "acr-sgew33rhsds"
}