Amazon Marketplace Web Service (MWS) will no longer be available after March 31, 2024. All MWS developers must migrate to Selling Partner API (SP-API) to avoid service disruptions. Refer to the Migration Hub for more information.
The ReportProcessingFinished notification is sent whenever any report that you have requested using the Reports API section reaches a report processing status of DONE, CANCELLED, or DONE_NO_DATA.
This notification is available in all marketplaces.
This is the root element of the ReportProcessingFinishedNotification.xsd schema:
Name | Description |
---|---|
ReportProcessingFinishedNotification | The root element of the payload for the notification that is sent when report processing is complete. |
The root element of the payload for the notification that is sent when report processing is complete.
The following table shows the child elements of the ReportProcessingFinishedNotification element:
Name | Description |
---|---|
SellerId | The SellerId value that you specified with a call to
the RequestReport operation, which initiated the
report request process. For more information, see What you should know about the Amazon MWS Reports API section. Type: xs:string |
ReportRequestId | A unique report request identifier. Use this value to
identify the report request that this notification is associated with. For more
information, see What you should know about the Amazon MWS Reports API section. Type: xs:string |
ReportId | A unique report identifier. Pass this value to the
GetReport operation to get a report. Type: xs:string |
ReportType | The ReportType value that you specified with a call to
the RequestReport operation, which initiated the report
request process. For more information, see What you should know about the Amazon MWS Reports API section. Type: xs:string |
ReportProcessingStatus | The processing status of the report request. This notification is only sent
when the processing status reaches one of three terminal states:
DONE, CANCELLED, or
DONE_NO_DATA. In other words, the notification is sent only
when report processing is complete. Type: xs:string |