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

MWSPushNotificationCommon

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

Availability

This notification is available in all marketplaces.

Simple types

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.

AvailabilityType

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:

  • NOW - The item is available for shipping now.
  • FUTURE_WITHOUT_DATE - The item will be available for shipping on an unknown date in the future.
  • FUTURE_WITH_DATE - The item will be available for shipping on a known date in the future.

FulfillmentChannelType

Indicates whether the item is fulfilled by Amazon or by the seller.

Type: xs:string

FulfillmentChannelType values:

  • Amazon
  • Merchant

MarketplaceType

Represents the unique identifier of a marketplace.

Type: xs:string

Restriction: [A-Z0-9]+

VersionType

Represents a version.

Type: xs:string

Restriction: [0-9]+\.[0-9]

Complex types

These are the complex types of the MWSPushNotificationCommon.xsd schema:

Complex type Description
MoneyType Currency type and amount.

MoneyType

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