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.
Contains common types that are used by all notifications that are contained in the NotificationPayload element.
This notification is available in all marketplaces.
These are the simple types of the MWSPushNotificationCommon.xsd schema:
Simple type | Description |
---|---|
AvailabilityType | Indicates whether the item is available for shipping now, or on a known or an unknown date in the future. |
FulfillmentChannelType | Indicates whether the item is fulfilled by Amazon or by the seller. |
MarketplaceType | Represents the unique identifier of a marketplace. |
VersionType | Represents a version. |
Indicates whether the item is available for shipping now, or on a known or an unknown date in the future.
Type: xs:string
AvailabilityType values:
Indicates whether the item is fulfilled by Amazon or by the seller.
Type: xs:string
FulfillmentChannelType values:
Represents the unique identifier of a marketplace.
Type: xs:string
Restriction: [A-Z0-9]+
Represents a version.
Type: xs:string
Restriction: [0-9]+\.[0-9]
These are the complex types of the MWSPushNotificationCommon.xsd schema:
Complex type | Description |
---|---|
MoneyType | Currency type and amount. |
Currency type and amount.
The following table shows the elements of the MoneyType element:
Element | Description |
---|---|
Amount | The currency amount. Type: xs:decimal |
CurrencyCode | Three-digit currency code. In
ISO 4217 format
. Type: xs:string |