v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1425213171.1 KB

Lists billing adjustment requests for a specific agreement. Sellers (proposers) can use this operation to view all billing adjustment requests associated with an agreement.

post/#X-Amz-Target=AWSMPCommerceService_v20200301.ListBillingAdjustmentRequests

Headers

X-Amz-Target'AWSMPCommerceService_v20200301.ListBillingAdjustmentRequests' required

Request body

agreementIdstring

The unique identifier of the agreement to list billing adjustment requests for.

status'PENDING' | 'VALIDATION_FAILED' | 'COMPLETED'

An optional filter to return billing adjustment requests with the specified status.

createdAfterstring date-time

An optional filter to return billing adjustment requests created after the specified timestamp.

createdBeforestring date-time

An optional filter to return billing adjustment requests created before the specified timestamp.

maxResultsinteger

The maximum number of billing adjustment requests to return in the response.

catalogstring

An optional filter to return billing adjustment requests by catalog (e.g., <code>AWSMarketplace</code>).

agreementTypestring

An optional filter to return billing adjustment requests by agreement type (e.g., <code>PurchaseAgreement</code>).

nextTokenstring

A token to specify where to start pagination.

Response

Success

nextTokenstring

The token used for pagination. The field is <code>null</code> if there are no more results.