View a markdown version of this page

キャンセルと請求調整イベント - AWS Marketplace

翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。

キャンセルと請求調整イベント

AWS Marketplace は、販売者がいずれかの契約のキャンセルリクエストまたは請求調整を開始すると、Amazon EventBridge に通知を送信します。これらのイベントを使用してワークフローを自動化し、キャンセルと返金のアクティビティを追跡できます。

次の表に、キャンセルと請求調整のために が EventBridge AWS Marketplace に送信する購入者イベントを示します。

[Event] (イベント) 説明
承認保留中の契約キャンセルリクエスト - アクセプタ 販売者が契約のキャンセルリクエストを送信すると送信されます。必要なアクション: 7 日以内に承認または拒否する必要があります。
契約キャンセルリクエスト承認済み - アクセプタ キャンセルリクエストが承認されたか、7 日後に自動承認されたときに送信されます
契約キャンセルリクエストが拒否されました - アクセプタ キャンセルリクエストを拒否すると送信されます
契約キャンセルリクエストのキャンセル - アクセプタ 販売者がキャンセルリクエストを取り消したときに送信されます
購入契約請求調整の完了 - アクセプタ 契約の請求調整 (返金) が処理されると送信されます

すべてのイベントは、イベントソース を使用して us-east-1リージョンのデフォルトの EventBridge イベントバスに送信されますaws.agreement-marketplace

キャンセルリクエストイベントタイプ

承認保留中の契約キャンセルリクエスト - アクセプタ

AWS Marketplace は、販売者がいずれかの契約のキャンセルリクエストを送信すると、このイベントを送信します。リクエストを承認または拒否するには 7 日間かかります。応答しない場合、キャンセルは自動的に承認されます。

イベントスキーマ:

{ "version": "0", "id": "01234567-0123-0123-0123-0123456789ab", "detail-type": "Agreement Cancellation Request Pending Approval - Acceptor", "source": "aws.agreement-marketplace", "account": "123456789012", "time": "2025-01-01T13:12:22Z", "region": "us-east-1", "resources": [], "detail": { "requestId": "3d4c9f9b-b809-4f5e-9fac-a9ae98b05cbb", "catalog": "AWSMarketplace", "agreement": { "id": "agmt-abcdexampleid", "proposerId": "123456789012", "productId": "prod-exampleid", "offerId": "offer-exampleid" }, "agreementCancellationRequest": { "id": "acr-abcdexampleid", "reasonCode": "INCORRECT_TERMS_ACCEPTED", "reasonMessage": "", "statusCode": "PENDING_APPROVAL", "statusMessage": "", "createdAt": "2025-01-01T13:12:22Z", "updatedAt": "2025-01-01T13:12:22Z" } } }

契約キャンセルリクエスト承認済み - アクセプタ

AWS Marketplace は、いずれかの契約に対するキャンセルリクエストが承認されると、このイベントを送信します。これは、リクエストを承認したとき、またはレスポンスなしで 7 日後に自動承認された場合に発生します。

イベントスキーマ:

{ "version": "0", "id": "01234567-0123-0123-0123-0123456789ab", "detail-type": "Agreement Cancellation Request Approved - Acceptor", "source": "aws.agreement-marketplace", "account": "123456789012", "time": "2025-01-01T13:16:07Z", "region": "us-east-1", "resources": [], "detail": { "requestId": "3d4c9f9b-b809-4f5e-9fac-a9ae98b05cbb", "catalog": "AWSMarketplace", "agreement": { "id": "agmt-abcdexampleid", "proposerId": "123456789012", "productId": "prod-exampleid", "offerId": "offer-exampleid" }, "agreementCancellationRequest": { "id": "acr-abcdexampleid", "reasonCode": "INCORRECT_TERMS_ACCEPTED", "reasonMessage": "The terms accepted in agreement had wrong rate", "statusCode": "APPROVED", "statusMessage": "", "createdAt": "2025-01-01T13:12:22Z", "updatedAt": "2025-01-01T13:16:07Z" } } }

契約キャンセルリクエストが拒否されました - アクセプタ

AWS Marketplace いずれかの契約に対するキャンセルリクエストを拒否すると、 はこのイベントを送信します。

イベントスキーマ:

{ "version": "0", "id": "01234567-0123-0123-0123-0123456789ab", "detail-type": "Agreement Cancellation Request Rejected - Acceptor", "source": "aws.agreement-marketplace", "account": "123456789012", "time": "2025-01-02T10:30:00Z", "region": "us-east-1", "resources": [], "detail": { "requestId": "3d4c9f9b-b809-4f5e-9fac-a9ae98b05cbb", "catalog": "AWSMarketplace", "agreement": { "id": "agmt-abcdexampleid", "proposerId": "123456789012", "productId": "prod-exampleid", "offerId": "offer-exampleid" }, "agreementCancellationRequest": { "id": "acr-abcdexampleid", "reasonCode": "INCORRECT_TERMS_ACCEPTED", "reasonMessage": "", "statusCode": "REJECTED", "statusMessage": "We still need this product", "createdAt": "2025-01-01T13:12:22Z", "updatedAt": "2025-01-02T10:30:00Z" } } }

契約キャンセルリクエストのキャンセル - アクセプタ

AWS Marketplace は、お客様が応答する前に販売者がキャンセルリクエストを取り消したときに、このイベントを送信します。

イベントスキーマ:

{ "version": "0", "id": "01234567-0123-0123-0123-0123456789ab", "detail-type": "Agreement Cancellation Request Cancelled - Acceptor", "source": "aws.agreement-marketplace", "account": "123456789012", "time": "2025-01-02T08:00:00Z", "region": "us-east-1", "resources": [], "detail": { "requestId": "3d4c9f9b-b809-4f5e-9fac-a9ae98b05cbb", "catalog": "AWSMarketplace", "agreement": { "id": "agmt-abcdexampleid", "proposerId": "123456789012", "productId": "prod-exampleid", "offerId": "offer-exampleid" }, "agreementCancellationRequest": { "id": "acr-abcdexampleid", "reasonCode": "INCORRECT_TERMS_ACCEPTED", "reasonMessage": "", "statusCode": "CANCELLED", "statusMessage": "Seller withdrew the request", "createdAt": "2025-01-01T13:12:22Z", "updatedAt": "2025-01-02T08:00:00Z" } } }

請求調整イベントタイプ

購入契約請求調整の完了 - アクセプタ

AWS Marketplace は、いずれかの契約の請求調整 (返金) が処理されると、このイベントを送信します。

イベントスキーマ:

{ "version": "0", "id": "01234567-0123-0123-0123-0123456789ab", "detail-type": "Purchase Agreement Billing Adjustment Completed - Acceptor", "source": "aws.agreement-marketplace", "account": "123456789012", "time": "2025-01-01T14:00:00Z", "region": "us-east-1", "resources": [], "detail": { "requestId": "3d4c9f9b-b809-4f5e-9fac-a9ae98b05cbb", "catalog": "AWSMarketplace", "agreement": { "id": "agmt-abcdexampleid" }, "billingAdjustmentRequest": { "id": "ba-abcdexampleid", "adjustmentAmount": "-1000.00", "currencyCode": "USD", "adjustmentReasonCode": "INCORRECT_TERMS_ACCEPTED" }, "invoice": { "originalInvoiceId": "2028746221" } } }

キャンセルリクエストへの対応と請求調整の追跡の詳細については、「」を参照してくださいでの返金とキャンセル AWS Marketplace