AMALYZE Falcon API

notifications.products (PUT)

Endpoint

Endpoint notifications.products sets for individual user notifications for product changes

Endpoint
PUT notifications.products
Example call

JSON Payload

PropertyTypeDescriptionFurther information
asinsarrayArray containing the asin object
asins.asinstringString containing the ASIN
asins.marketplacestringString containing the marketplace idvalid marketplaces ids
notificationsarrayArray containing the notification object
notifications.userstringString containing the id of the user, who shall be notified
notifications.typestringString containing the type of notification
  • content.category
  • content.image
  • content.title
  • content.bulletpoints
  • content.parent
  • buybox.price
  • buybox.unitPrice
  • buybox.merchant
  • offers.merchants
  • reviews.reviews
  • reviews.rating
  • badge.bestseller
JSON Response

PropertyTypeDescription
requestobjectThe request information object (see request information object definition for more information)
Updates / Changes
VersionDescription
0.6.0added content.parent as possible option to notifications.type
added buybox.unitPrice as possible option to notifications.type
0.2.4added offers.merchants as possible option to notifications.type
0.2.4added buybox.price as possible option to notificattions.type
0.2.4removed buybox.price.abs from notifications.type
0.2.4removed buybox.price.perc from notifications.type
0.2.4removed notifications.range
0.2.3created
Menu