AMALYZE Falcon API

notifications.products (POST)

Endpoint

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

Endpoint
POST 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
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
sortingarrayArray containing the sorting information
sorting.columnstringThe column to sort
  • asin
  • parent
  • brand
  • read
  • type
  • timestamp
sorting.directionstringThe direction to sortvalid direction values
paginationobjectObject containing the pagination informationpagination object definition
JSON Response

PropertyTypeDescription
itemsarrayArray containing the summary items
items.idstringString containing the notifications unique id (used to mark notification as read see notifications.products (UPDT))
items.timestampdateTimeString containing the timestamp, when the notification occured
items.readbooleanBoolean, indicating, if the notification has been marked as read
items.asinstringString containing the ASIN the notification refers to
items.parentstringString containing the parents ASIN (if existing) the notification refers to
items.brandstringString containing the brands name of the ASIN
items.typestringString containing the type of notification
items.changestringString containing the value of change
items.marketplaceobjectObject, containing the marketplace the notifications refers to
items.newstringString containing the new value
items.oldstringString containing the old value
requestobjectThe request information object (see request information object definition for more information)
Updates / Changes
VersionDescription
0.6.0added content.parent as possible option to filters.type
added buybox.unitPrice as possible option to filters.type
0.2.4created
Menu