Notification Type Values

Subscribe to selling partner notifications.

You can use notification type values to subscribe to Selling Partner API notifications. Determine which notifications you want to receive to choose notification type values.

The following notificationType and payloadVersion values indicate the notification type with supported payload version:

ACCOUNT_STATUS_CHANGED

Sellers can subscribe to this notification.

The ACCOUNT_STATUS_CHANGED notification is sent whenever the Account Status changes for the developers subscribed selling partner/marketplace pairs. A notification is published whenever the selling partner's account status changes between NORMAL, AT_RISK, and DEACTIVATED.

Payload schema: Version 2021-01-01

Workflow: Amazon Simple Queue Service workflow

The following table shows the properties of the accountStatusChangeNotification object:

Name Description
previousAccountStatus The seller's account status prior to this update.

Required.

Type: string

Possible values: NORMAL, AT_RISK, DEACTIVATED

currentAccountStatus The seller's new account status.

Required.

Type: string

Possible values: NORMAL, AT_RISK, DEACTIVATED

Notification schema: AccountStatusChangedNotification.json

Notification example:

{
   "notificationVersion": "1.0",
   "notificationType": "ACCOUNT_STATUS_CHANGED",
   "payloadVersion": "2021-01-01",
   "eventTime": "2020-12-11T19:42:04.284Z",
   "payload": {
     "accountStatusChangeNotification": {
       "previousAccountStatus" : "NORMAL",
       "currentAccountStatus" : "AT_RISK"
     }
   },
   "notificationMetadata": {
     "applicationId": "amzn1.sellerapps.app.aacccfff-44aa-4b7c-b42b-ed4ec98dd746",
     "subscriptionId": "subscription-id-d0e9e693-c3ad-4373-979f-ed4ec98dd746",
     "publishTime": "2020-12-11T19:45:04.284Z",
     "notificationId": "d0e9e693-c3ad-4373-979f-ed4ec98dd746"
   }
 }

ANY_OFFER_CHANGED

Sellers can subscribe to this notification.

This notification supports the following eventFilter values: aggregationSettings, marketplaceIds. To use these filters, you must also provide the following
eventFilterType: "eventFilterType": "ANY_OFFER_CHANGED".

Refer to Processing Directives for more information.

The ANY_OFFER_CHANGED notification is sent whenever there is a change to any of the top 20 offers, by condition (new or used), or if the external price (the price from other retailers) changes for an item that you sell, or if there is a change to which offer wins the BuyBox, or a change to the BuyBox price. The top 20 offers are determined by the landed price, which is the price plus shipping minus Amazon Points. If multiple sellers are charging the same landed price, the results will be returned in random order.

You will only receive ANY_OFFER_CHANGED notifications for items for which you have active offers. You cannot subscribe to notifications for items for which you do not have active offers.

Payload schema: Version 1.0

Workflow: Amazon Simple Queue Service workflow

The following table shows the objects and properties of the AnyOfferChangedNotification object:

Name Description
SellerId The seller identifier for the offer.

Required.

Type: String

OfferChangeTrigger The event that caused the notification to be sent.

Required.

Type: OfferChangeTrigger

Summary Information about the product that had the offer change. The information in this summary applies to all conditions of the product.

Required.

Type: Summary

Offers The top 20 competitive offers for the item and condition that triggered the notification.

Required.

Type: Array of Offer

BuyBoxPrice

The following table shows the objects and properties of the BuyBoxPrice object:

Name Description
LandedPrice ListingPrice + Shipping - Points.

Required.

Type: MoneyType

ListingPrice The price of the item.

Required.

Type: MoneyType

Shipping The shipping cost.

Required.

Type: MoneyType

Points The number of Amazon Points offered with the purchase of an item.

Optional.

Note: The Points object is only returned in Japan (JP).

Type: Points

Condition Indicates the condition of the item. For example: New, Used, Collectible, Refurbished, or Club.

Required.

Type: String

LowestPrice

The following table shows the objects and properties of the LowestPrice object:

Name Description
LandedPrice

ListingPrice + Shipping - Points.

Required.

Type: MoneyType

ListingPrice

The price of the item.

Required.

Type: MoneyType

Shipping

The shipping cost.

Required.

Type: MoneyType

Points

The number of Amazon Points offered with the purchase of an item.

Optional.

Note: The Points object is only returned in Japan (JP).

Type: Points

Condition

Indicates the condition of the item. For example: New, Used, Collectible, Refurbished, or Club.

Required.

Type: String

FulfillmentChannel

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

Required.

Type: FulfillmentChannelType

Offer

The following table shows the objects and properties of the Offer object:

Name Description
SellerId

The seller identifier for the offer.

Required.

Type: String

SubCondition

The subcondition of the item. For example: New, Mint, Very Good, Good, Acceptable, Poor, Club, Ocode, Warranty, Refurbished Warranty, Refurbished, Open Box, or Other.

Required.

Type: String

SellerFeedbackRating

Information about the seller's feedback, including the percentage of positive feedback, and the total count of feedback received.

Optional.

Type: SellerFeedbackRating

ShippingTime

The minimum and maximum time, in hours, that the item will likely be shipped after the order has been placed.

Required.

Type: ShippingTime

ListingPrice

The price of the item.

Required.

Type: MoneyType

Points

The number of Amazon Points offered with the purchase of an item.

Optional.

Note: The Points object is only returned in Japan (JP).

Type: Points

Shipping

The shipping cost.

Required.

Type: MoneyType

ShipsFrom

The state and country from where the item is shipped.

Optional.

Type: ShipsFrom

IsFulfilledByAmazon

Indicates whether the offer is fulfilled by Amazon.

Required.

Type: boolean

IsBuyBoxWinner

Indicates whether the offer is currently in the Buy Box. There can be up to two Buy Box winners at any time per ASIN, one that is eligible for Prime and one that is not eligible for Prime.

Optional.

Type: boolean

ConditionNotes

Information about the condition of the item.

Optional.

Type: string

PrimeInformation

Amazon Prime information.

Optional.

Type: PrimeInformation

IsExpeditedShippingAvailable

Indicates whether expedited shipping is available.

Optional.

Type: boolean

IsFeaturedMerchant

Indicates whether the seller of the item is eligible to win the Buy Box.

Optional.

Type: boolean

ShipsDomestically

Indicates whether the item ships domestically.

Optional.

Type: boolean

OfferChangeTrigger

The following table shows the properties of the OfferChangeTrigger object:

Name Description
MarketplaceId

The marketplace identifier of the item that had an offer change.

Required.

Type: string

ASIN

The ASIN for the item that had an offer change.

Required.

Type: string

ItemCondition

The condition of the item that had an offer change. For example, if a used offer changes, the array of offers in the Offers object will be only used items. The Summary object provides a summary for the other conditions that can be used for repricing.

Required.

Type: string

TimeOfOfferChange

The update time for the offer that caused this notification, in ISO 8601 format.

Required.

Type: string

OfferChangeType

The type of offer that changed and triggered this notification.

OfferChangeType values:

External - The CompetitivePriceThreshold in the Summary object has changed, triggered by a new offer from a non-Amazon seller.

Internal - The price of an offer on Amazon's retail website has changed.

Featured Offer - The Buy Box winner or Buy Box price has changed.

Required.

Type: string

OfferCount

The following table shows the objects and properties of the OfferCount object:

Name Description
Condition

Indicates the condition of the item. For example: New, Used, Collectible, Refurbished, or Club.

Required.

Type: string

FulfillmentChannel

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

Required.

Type: FulfillmentChannelType

OfferCount

The total number of offers for the specified condition and fulfillment channel.

Required.

Type: integer

Points

The following table shows the properties of the Points object:

Name Description
PointsNumber

The number of Amazon Points offered with the purchase of an item.

Required.

Type: integer

PrimeInformation

The following table shows the objects and properties of the PrimeInformation object:

Name Description
IsOfferNationalPrime

Indicates whether the offer is an Amazon Prime offer throughout the entire marketplace where it is listed.

Required.

Type: boolean

IsOfferPrime

Indicates whether the offer is an Amazon Prime offer.

Required.

Type: boolean

SalesRank

The following table shows the properties of the SalesRank object:

Name Description
ProductCategoryId

The product category identifier of the item.

Required.

Type: string

Rank

The sales rank of the item in the given product category.

Required.

Type: integer

SellerFeedbackRating

The following table shows the objects and properties of the SellerFeedbackRating object:

Name Description
SellerPositiveFeedbackRating

The percentage of positive feedback for the seller in the past 365 days.

Optional.

Type: double

FeedbackCount

The count of feedback received about the seller.

Required.

Type: long

ShippingTime

The following table shows the properties of the ShippingTime object:

Name Description
MinimumHours

The minimum time, in hours, that the item will likely be shipped after the order has been placed.

Optional.

Type: short

MaximumHours

The maximum time, in hours, that the item will likely be shipped after the order has been placed.

Optional.

Type: short

AvailableDate

The date when the item will be available for shipping. Only displayed for items that are not currently available for shipping.

Optional.

Type: string

AvailabilityType

Indicates whether the item is available for shipping now, or on a known or an unknown date in the future. If known, the availableDate attribute indicates the date that the item will be available for shipping.

Optional.

Type: string

ShipsFrom

The following table shows the objects and properties of the ShipsFrom object:

Name Description
State

The state from where the item is shipped.

Optional.

Type: string

Country

The country from where the item is shipped.

Optional.

Type: string

IsFulfilledByAmazon

Indicates whether the offer is fulfilled by Amazon.

Required.

Type: boolean

Summary

The following table shows the objects and properties of the Summary object:

Name Description
NumberOfOffers

A list that contains the total number of offers for the item for the given conditions and fulfillment channels.

Required.

Type: Array of OfferCount

LowestPrices

A list that contains the lowest prices of the item for the given conditions and fulfillment channels.

Required.

Type: Array of LowestPrice

BuyBoxPrices

A list that contains the Buy Box price of the item for the given conditions.

Optional.

Type: Array of BuyBoxPrice

ListPrice

The list price of the item as suggested by the manufacturer.

Optional.

Type: MoneyType

SuggestedLowerPricePlusShipping

The suggested lower price of the item, including shipping (minus Amazon Points). The suggested lower price is based on a range of factors, including historical selling prices, recent Buy Box-eligible prices, and input from customers for your products.

Optional.

Type: MoneyType

SalesRankings

A list that contains the sales rank of the item in the given product categories.

Optional.

Type: Array of SalesRank

NumberOfBuyBoxEligibleOffers

A list that contains the total number of offers that are eligible for the Buy Box for the given conditions and fulfillment channels.

Required.

Type: Array of OfferCount

CompetitivePriceThreshold

This price is based on competitive prices from other retailers (excluding other Amazon sellers). Your offer may be ineligible for the Buy Box if your price + shipping is greater than this competitive price.

Optional.

Type: MoneyType

Notification schema: AnyOfferChangedNotification.json

Notification example:

{
  "NotificationVersion": "1.0",
  "NotificationType": "ANY_OFFER_CHANGED",
  "PayloadVersion": "1.0",
  "EventTime": "2020-01-11T00:09:53.109Z",
  "NotificationMetadata":
  {
    "ApplicationId": "amzn1.sellerapps.app.f1234566-aaec-55a6-b123-bcb752069ec5",
    "SubscriptionId": "7d78cc50-95c8-4641-add7-10af4b1fedc9",
    "PublishTime": "2020-01-11T00:02:50.501Z",
    "NotificationId": " 2012e8e5-b365-4cb1-9fd8-be9dfc6d5eaf"
  },
  "Payload":
  {
    "AnyOfferChangedNotification":
    {
      "SellerId": "merchantId",
      "OfferChangeTrigger":
      {
        "MarketplaceId": "marketplaceId",
        "ASIN": "ysp2k4cziG",
        "ItemCondition": "Collectible",
        "TimeOfOfferChange": "2020-01-11T00:02:50.501Z",
        "OfferChangeType": ""
      },
      "Summary":
      {
        "NumberOfOffers": [
          {
            "Condition": "new",
            "FulfillmentChannel": "Merchant",
            "OfferCount": 28
          }
        ],
        "LowestPrices": [
          {
            "Condition": "new",
            "FulfillmentChannel": "Merchant",
            "LandedPrice":
            {
              "Amount": 28.59,
              "CurrencyCode": "USD"
            },
            "ListingPrice":
            {
              "Amount": 28.59,
              "CurrencyCode": "USD"
            },
            "Shipping":
            {
              "Amount": 0,
              "CurrencyCode": "USD"
            }
          }
        ],
        "BuyBoxPrices": [
          {
            "Condition": "new",
            "LandedPrice":
            {
              "Amount": 14,
              "CurrencyCode": "USD"
            },
            "ListingPrice":
            {
              "Amount": 12,
              "CurrencyCode": "USD"
            },
            "Shipping":
            {
              "Amount": 2,
              "CurrencyCode": "USD"
            }
          }
        ],
        "ListPrice":
        {
          "Amount": 14,
          "CurrencyCode": "USD"
        },
        "SalesRankings": [
          {
            "ProductCategoryId": "lawn_and_garden_display_on_website",
            "Rank": 4013
          },
          {
            "ProductCategoryId": "home_garden_display_on_website",
            "Rank": 17316
          }
        ],
        "NumberOfBuyBoxEligibleOffers": [
          {
            "Condition": "new",
            "FulfillmentChannel": "Merchant",
            "OfferCount": 10
          }
        ]
      },
      "Offers": [
        {
          "SellerId": "AQNACJEM8PUJ1",
          "SubCondition": "new",
          "SellerFeedbackRating":
          {
            "FeedbackCount": 78786,
            "SellerPositiveFeedbackRating": 92
          },
          "ShippingTime":
          {
            "MinimumHours": 24,
            "MaximumHours": 48,
            "AvailabilityType": "",
            "AvailableDate": ""
          },
          "ListingPrice":
          {
            "Amount": 28.59,
            "CurrencyCode": "USD"
          },
          "Shipping":
          {
            "Amount": 0,
            "CurrencyCode": "USD"
          },
          "ShipsFrom":
          {
            "Country": "",
            "State": ""
          },
          "IsFulfilledByAmazon": false
        },
        {
          "SellerId": "A28SS3BS1DBQ92",
          "SubCondition": "new",
          "SellerFeedbackRating":
          {
            "FeedbackCount": 6532,
            "SellerPositiveFeedbackRating": 99
          },
          "ShippingTime":
          {
            "MinimumHours": 24,
            "MaximumHours": 48,
            "AvailabilityType": "",
            "AvailableDate": ""
          },
          "ListingPrice":
          {
            "Amount": 28.69,
            "CurrencyCode": "USD"
          },
          "Shipping":
          {
            "Amount": 0,
            "CurrencyCode": "USD"
          },
          "ShipsFrom":
          {
            "Country": "",
            "State": ""
          },
          "IsFulfilledByAmazon": false
        }
      ]
    }
  }
}

B2B_ANY_OFFER_CHANGED

Sellers can subscribe to this notification.

The B2B_ANY_OFFER_CHANGED notification is sent whenever there is a change in any of the top 20 B2B offers for Amazon Business, in the form of any price change (for single-unit and seven pre-defined quantity discount tiers: 2, 3, 5, 10, 20, 30, and 50) for an item listed by the seller. The top 20 B2B offers are determined by the single-unit landed price, which is the price plus shipping. If multiple sellers are charging the same landed price, the results will be returned in random order.

You will only receive B2B_ANY_OFFER_CHANGED notifications for items for which the seller has active offers. You cannot subscribe to notifications for items for which the seller does not have active offers.

Payload schema: Version 1.0

Workflow: Amazon Simple Queue Service workflow

The following table shows the objects and properties of the b2b AnyOfferChangedNotification object:

Name Description
OfferChangeTrigger

The event that caused the notification to be sent.

Required.

Type: OfferChangeTrigger

Summary

Information about the product that had the offer change. The information in this summary applies to all conditions of the product.

Required.

Type: Summary

Offers

The top 20 competitive B2B offers for the item and condition that triggered the notification.

Required.

Type: Array of Offer

SellerId

The seller identifier for the offer.

Required.

Type: string

BuyBoxPrice

The following table shows the objects and properties of the BuyBoxPrice object.

Name Description
landedPrice

listingPrice + shipping.

Optional.

Type: MoneyType

listingPrice

The price of the item.

Required.

Type: MoneyType

shipping

The shipping cost.

Optional.

Type: MoneyType

offerType

Indicates whether the offer is a B2B offer or a B2C offer. When the offer type is B2C in a quantity discount, the seller is winning the Buy Box because others do not have inventory at that quantity, not because they have a quantity discount on the ASIN.

Required.

Type: string

quantityTier

The quantity tier for the offer.

Required.

Type: integer

discountType

Indicates whether the quantity tier is for Quantity Discount or Progressive Discount.

Optional.

Type: string

condition

Indicates the condition of the item. For example: New, Used, Collectible, Refurbished, or Club.

Required.

Type: string

sellerId

The seller identifier for the offer.

Optional.

Type: string

LowestPrice

The following table shows the objects and properties of the LowestPrice type under Summary object:

Name Description
LandedPrice

ListingPrice + Shipping.

Optional.

Type: MoneyType

ListingPrice

The price of the item.

Required.

Type: MoneyType

Shipping

The shipping cost.

Optional.

Type: MoneyType

OfferType

Indicates whether the offer is a B2B offer or a B2C offer

Required.

Type: string

QuantityTier

The quantity tier for the offer

Required.

Type: integer

DiscountType

Indicates whether the quantity tier is for Quantity Discount or Progressive Discount.

Optional.

Type: string

Condition

Indicates the condition of the item. For example: New, Used, Collectible, Refurbished, or Club.

Required.

Type: string

FulfillmentChannel

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

Required.

Type: FulfillmentChannelType

Offer

The following table shows the objects and properties of the Offer object:

Name Description
SellerId

The seller identifier for the offer.

Required.

Type: string

SubCondition

The subcondition of the item. For example: New, Mint, Very Good, Good, Acceptable, Poor, Club, Ocode, Warranty, Refurbished Warranty, Refurbished, Open Box, or Other.

Required.

Type: string

SellerFeedbackRating

Information about the seller's feedback, including the percentage of positive feedback, and the total count of feedback received.

Optional.

Type: SellerFeedbackRating

ShippingTime

The minimum and maximum time, in hours, that the item will likely be shipped after the order has been placed.

Required.

Type: ShippingTime

ListingPrice

The price of the item.

Required.

Type: MoneyType

Shipping

The shipping cost.

Required.

Type: MoneyType

ShipsFrom

The country from where the item is shipped.

Optional.

Type: ShipsFrom

IsFulfilledByAmazon

Indicates whether the offer is fulfilled by Amazon.

Required.

Type: boolean

IsBuyBoxWinner

Indicates whether the offer is currently in the Buy Box. There can be up to two Buy Box winners at any time per ASIN, one that is eligible for Prime and one that is not eligible for Prime.

Optional.

Type: boolean

ConditionNotes

Information about the condition of the item.

Optional.

Type: string

PrimeInformation

Amazon Prime information.

Optional.

Type: PrimeInformation

IsFeaturedMerchant

Indicates whether the seller of the item is eligible to win the Buy Box.

Optional.

Type: boolean

OfferChangeTrigger

The following table shows the properties of the OfferChangeTrigger object:

Name Description
MarketplaceId

The marketplace identifier of the item that had an offer change.

Required.

Type: string

ASIN

The ASIN for the item that had an offer change.

Required.

Type: string

ItemCondition

The condition of the item that had an offer change. For example, if a used offer changes, the array of offers in the Offers object will be only used items. The Summary object provides a summary for the other conditions that can be used for repricing.

Required.

Type: string

TimeOfOfferChange

The update time for the offer that caused this notification.

Required.

Type: string

OfferCount

The following table shows the objects and properties of the OfferCount type:

Name Description
Condition

Indicates the condition of the item. For example: New, Used, Collectible, Refurbished, or Club.

Required.

Type: string

FulfillmentChannel

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

Required.

Type: FulfillmentChannelType

OfferCount

The total number of offers for the specified condition and fulfillment channel.

Type: integer

PrimeInformation

The following table shows the properties of the PrimeInformation object:

Name Description
IsOfferNationalPrime

Indicates whether the offer is an Amazon Prime offer throughout the entire marketplace where it is listed.

Required.

Type: boolean

IsOfferPrime

Indicates whether the offer is an Amazon Prime offer.

Required.

Type: boolean

SellerFeedbackRating

The following table shows the properties of the SellerFeedbackRating object:

Name Description
SellerPositiveFeedbackRating

The percentage of positive feedback for the seller in the past 365 days.

Optional.

Type: integer

FeedbackCount

The count of feedback received about the seller.

Required.

Type: integer

ShippingTime

The following table shows the properties of the ShippingTime object:

Name Description
MinimumHours

The minimum time, in hours, that the item will likely be shipped after the order has been placed.

Optional.

Type: integer

MaximumHours

The maximum time, in hours, that the item will likely be shipped after the order has been placed.

Optional.

Type: integer

AvailableDate

The date when the item will be available for shipping. Only displayed for items that are not currently available for shipping.

Optional.

Type: string

AvailabilityType

Indicates whether the item is available for shipping now, or on a known or an unknown date in the future. If known, the availableDate property indicates the date that the item will be available for shipping.

Optional.

Type: string

ShipsFrom

The following table shows the properties of the ShipsFrom object:

Name Description
Country

The country from where the item is shipped.

Optional.

Type: string

Summary

The following table shows the objects and properties of the Summary object:

Name Description
NumberOfOffers

A list that contains the total number of B2B offers for the item for the given conditions and fulfillment channels.

Required.

Type: Array of OfferCount

LowestPrices

A list that contains the lowest prices of the item for the given conditions, fulfillment channels, quantity tiers, and discount types.

The seven pre-defined quantity tiers for discount type “Quantity Discounts” are 2, 3, 5, 10, 20, 30 and 50.

Required.

Type: Array of LowestPrice

BuyBoxPrices

A list that contains the Buy Box price of the item for the given conditions, quantity tiers, and discount types.

Up to the first 50 quantity tiers are shown.

Optional.

Type: Array of BuyBoxPrice

BuyBoxEligibleOffers

A list that contains the total number of B2B offers that are eligible for the Buy Box for the given conditions and fulfillment channels.

Required.

Type: Array of OfferCount

Notification schema: B2bAnyOfferChangedNotification.json

Notification example

{
  "notificationVersion": "1.0",
  "notificationType": "B2B_ANY_OFFER_CHANGED",
  "payloadVersion": "1.0",
  "eventTime": "2020-09-23T21:30:13.713Z",
  "notificationMetadata":
  {
    "applicationId": "amzn1.sellerapps.app.1da85d14-a68d-4ff3-9ff0-df6429e00d9a",
    "subscriptionId": "e3a059ca-677a-442a-8d39-05b2848971b6",
    "publishTime": "2020-09-23T21:30:16.903Z",
    "notificationId": "23ae41cd-3537-4676-af46-6ee9abf8802e"
  },
  "payload":
  {
    "b2bAnyOfferChangedNotification":
    {
      "sellerId": "A3EZFOFNDPFB8R",
      "offerChangeTrigger":
      {
        "marketplaceId": "ATVPDKIKX0DER",
        "asin": "B007IBIWZY",
        "itemCondition": "new",
        "timeOfOfferChange": "2020-09-23T21:30:13.409Z"
      },
      "summary":
      {
        "numberOfOffers": [
          {
            "condition": "new",
            "fulfillmentChannel": "Merchant",
            "offerCount": 3
          }
        ],
        "buyBoxEligibleOffers": [
          {
            "condition": "new",
            "fulfillmentChannel": "Merchant",
            "offerCount": 3
          }
        ],
        "lowestPrices": [
          {
            "condition": "new",
            "fulfillmentChannel": "Merchant",
            "offerType": "B2B",
            "quantityTier": 1,
            "listingPrice":
            {
              "amount": 8184.23,
              "currencyCode": "USD"
            },
            "shipping":
            {
              "amount": 4.49,
              "currencyCode": "USD"
            },
            "landedPrice":
            {
              "amount": 8188.72,
              "currencyCode": "USD"
            }
          },
          {
            "condition": "new",
            "fulfillmentChannel": "Merchant",
            "offerType": "B2B",
            "quantityTier": 20,
            "listingPrice":
            {
              "amount": 7500,
              "currencyCode": "USD"
            }
          },
          {
            "condition": "new",
            "fulfillmentChannel": "Merchant",
            "offerType": "B2B",
            "quantityTier": 30,
            "discountType": "QUANTITY_DISCOUNT",
            "listingPrice":
            {
              "amount": 6975,
              "currencyCode": "USD"
            }
          }
        ],
        "buyBoxPrices": [
          {
            "condition": "new",
            "offerType": "B2B",
            "quantityTier": 1,
            "listingPrice":
            {
              "amount": 8184.23,
              "currencyCode": "USD"
            },
            "shipping":
            {
              "amount": 4.49,
              "currencyCode": "USD"
            },
            "landedPrice":
            {
              "amount": 8188.72,
              "currencyCode": "USD"
            }
          },
          {
            "condition": "new",
            "offerType": "B2B",
            "quantityTier": 20,
            "discountType": "QUANTITY_DISCOUNT",
            "listingPrice":
            {
              "amount": 8000,
              "currencyCode": "USD"
            }
          },
          {
            "condition": "new",
            "offerType": "B2B",
            "quantityTier": 30,
            "discountType": "QUANTITY_DISCOUNT",
            "listingPrice":
            {
              "amount": 7800,
              "currencyCode": "USD"
            }
          }
        ]
      },
      "offers": [
        {
          "sellerId": "A2VUIDM8BZ902A",
          "subCondition": "new",
          "sellerFeedbackRating":
          {
            "feedbackCount": 1,
            "sellerPositiveFeedbackRating": 0
          },
          "shippingTime":
          {
            "minimumHours": 24,
            "maximumHours": 48,
            "availabilityType": "available",
            "availableDate": "2020-07-13T19:42:04.284Z"
          },
          "listingPrice":
          {
            "amount": 8184.23,
            "currencyCode": "USD"
          },
          "shipping":
          {
            "amount": 4.49,
            "currencyCode": "USD"
          },
          "shipsFrom":
          {
            "country": "US"
          },
          "isFulfilledByAmazon": false,
          "isBuyBoxWinner": true,
          "conditionNotes": "New in box",
          "primeInformation":
          {
            "isPrime": true,
            "isNationalPrime": true
          },
          "isFeaturedMerchant": true
        }
      ]
    }
  }
}

BRANDED_ITEM_CONTENT_CHANGE

Sellers can subscribe to this notification.

Amazon sends a BRANDED_ITEM_CONTENT_CHANGE notification whenever there is a change to the title, description, bullet points, or images, for any ASIN that the selling partner has a brand relationship with. A selling partner has a brand relationship with an ASIN, as defined in the Amazon Registered Brands program, when they are a verified brand owner. The selling partner is the party who authorizes an application to call the Notifications API on their behalf, for the purpose of creating and managing notification subscriptions. Amazon sends BRANDED_ITEM_CONTENT_CHANGE notifications for items listed in any Amazon marketplace.

Payload schema: Version 1.0

Workflow: Amazon EventBridge workflow

A BRANDED_ITEM_CONTENT_CHANGE notification with PayloadVersion=1.0 includes the following properties in the Payload object.

Name Description Required
MarketplaceId The marketplace that the item is listed in.

Type: string

Yes
BrandName The brand name of the item.

Type: string

Yes
Asin