Amazon Services
Amazon Marketplace Web Service (Amazon MWS) Documentation

Deprecation Notice:

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.

Amazon MWS Documentation

FeedProcessingFinishedNotification

The FeedProcessingFinished notification is sent whenever any feed that you have submitted using the Feeds API section reaches a feed processing status of DONE or CANCELLED.

Availability

This notification is available in all marketplaces.

Elements

This is the root element of the FeedProcessingFinishedNotification.xsd schema:

Name Description
FeedProcessingFinishedNotification The root element of the payload for the notification that is sent when feed processing is complete.

FeedProcessingFinishedNotification

The root element of the payload for the notification that is sent when feed processing is complete.

FeedProcessingFinishedNotification Elements

The following table shows the child elements of the FeedProcessingFinishedNotification element:

Name Description
SellerId The SellerId value that you specified with a call to the SubmitFeed operation, which initiated the feed submission process. For more information, see What you should know about the Amazon MWS Feeds API section.

Type: xs:string

FeedSubmissionId A unique feed submission identifier. Use this value to identify the feed submission that this notification is associated with. Pass this value to the GetFeedSubmissionResult operation to get a feed processing report. For more information, see What you should know about the Amazon MWS Feeds API section.

Type: xs:string

FeedType The FeedType value that you specified with a call to the SubmitFeed operation, which initiated the feed submission process. For more information, see What you should know about the Amazon MWS Feeds API section.

Type: xs:string

FeedProcessingStatus The processing status of the feed submission. This notification is only sent when the processing status reaches one of two terminal states: DONE, or CANCELLED. In other words, the notification is sent only when feed processing is complete. For a complete list of feed processing states, see FeedProcessingStatus enumeration.

Type: xs:string