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

Processing notifications

Describes how to process a notification that you have received.

After you create a Destination and subscribe to a NotificationType, you will begin to receive notifications. The notifications that are sent to you are in XML format. The format of the XML is described by the following XSDs:

XSD Description
MWSPushNotification.xsd

Defines the basic structure of the notification. Each Notification element contains a notification (in the NotificationPayload child element) and information about the notification (in the NotificationMetaData child element).

Note: If you are using this schema for runtime validation, future additions to the NotificationPayload element will invalidate the existing version of the schema, without prior notice.

The contents of the NotificationPayload child element will vary depending on which notification you have subscribed to. Each notification is described by its own XSD.

For more information, see MWSPushNotification in the Amazon MWS Push Notifications Reference.

MWSPushNotificationCommon.xsd Contains common types that are used by all notifications that are contained in the NotificationPayload element.

For more information, see MWSPushNotificationCommon in the Amazon MWS Push Notifications Reference.

TestNotification.xsd Describes the contents of the NotificationPayload element for a test notification sent by using the SendTestNotificationToDestination operation.

For more information, see TestNotification in the Amazon MWS Push Notifications Reference.