v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1425213171.1 KB

Retrieves detailed information about a specific billing adjustment request. Sellers (proposers) can use this operation to view the status and details of a billing adjustment request they submitted.

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

Headers

X-Amz-Target'AWSMPCommerceService_v20200301.GetBillingAdjustmentRequest' required

Request body

agreementIdstring required

The unique identifier of the agreement associated with the billing adjustment request.

billingAdjustmentRequestIdstring required

The unique identifier of the billing adjustment request.

Response

Success

billingAdjustmentRequestIdstring required

The unique identifier of the billing adjustment request.

agreementIdstring required

The unique identifier of the agreement associated with this billing adjustment request.

adjustmentReasonCode'INCORRECT_TERMS_ACCEPTED' | 'INCORRECT_METERING' | 'TEST_ENVIRONMENT_CHARGES' | 'ALTERNATIVE_PROCUREMENT_CHANNEL' | 'UNINTENDED_RENEWAL' | 'BUYER_DISSATISFACTION' | 'OTHER' required

The reason code for the billing adjustment.

descriptionstring

The detailed description of the billing adjustment reason, if provided.

originalInvoiceIdstring required

The identifier of the original invoice being adjusted.

adjustmentAmountstring required

The adjustment amount as a string representation of a decimal number.

currencyCodestring required

The currency code for the adjustment amount (e.g., <code>USD</code>).

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

The current status of the billing adjustment request.

statusMessagestring

A message providing additional context about the billing adjustment request status. This field is populated only when the status is <code>VALIDATION_FAILED</code>.

createdAtstring date-time required

The date and time when the billing adjustment request was created.

updatedAtstring date-time required

The date and time when the billing adjustment request was last updated.