AMALYZE Falcon API

notifications.products (SUM)

Endpoint

Endpoint notifications.products returns the summary for individual user notifications for product changes

Endpoint
SUM notifications.products
Example call

JSON Payload

PropertyTypeDescriptionFurther information
filtersobjectObject containing the filter information
filters.startdateString containing the start dateYYYY-MM-DD
filters.enddateString containing the end dateYYYY-MM-DD
filters.marketplacesarrayArray containing the marketplace idsvalid marketplaces ids
filters.asinstringString containing the ASINsoptional
filters.parentstringString containing the parent’s ASINoptional
filters.changearrayArray containing the direction of changeoptional
  • up: increased value
  • down: decreased value
  • content: length did not change, but content
filters.typearrayArray containing the type of changeoptional
  • content.category
  • content.title
  • content.bulletpoints
  • content.parent
  • buybox.merchant
  • buybox.price
  • buybox.unitPrice
  • reviews.reviews
  • reviews.rating
filters.brandstringString containing the brand to search foroptional
JSON Response

PropertyTypeDescription
itemsarrayArray containing the summary items
items.typestringString indicating the notification type. Valid items are:
  • content.category
  • content.title
  • content.image
  • content.bulletpoints
  • buybox.merchant
  • buybox.price
  • reviews.reviews
  • reviews.rating
  • badge.bestseller
items.changestringString indication, if prices went up or down, titles or bulletpoints have been shrinked or enlarged, number of reviews went up or down, ratings went up or down. Valid values:
  • null
  • down
  • up
items.totalobjectObject containing the total number for all notifications
items.total.notificationsintegerInteger containing the total number of notifications
items.total.asinsintegerInteger containing the total number of affected asins
items.unreadobjectObject containing the total number for all unread notifications
items.unread.notificationsintegerInteger containing the total number of unread notifications
items.unread.asinsintegerInteger containing the total (unread) number of affected asins
requestobjectThe request information object (see request information object definition for more information)
Updates / Changes
VersionDescription
0.6.0added filters.content
added content.parent to filters.type
added buybox.unitPrice to filters.type
0.2.4created
Menu