AMALYZE Falcon API

notifications.products.settings (POST)

Endpoint

Endpoint notifications.products.settings returns all settings made for product notifications

Endpoint
POST notifications.products.settings
Example call

JSON Payload

PropertyTypeDescriptionFurther information
filtersobjectObject containing the filter information
filters.marketplacesarrayArray containing the marketplace idsvalid marketplaces ids
filters.asinsarrayArray containing the ASINsoptional
sortingarrayArray containing the sorting information
sorting.columnstringThe column to sort
  • asin
sorting.directionstringThe direction to sortvalid direction values
paginationobjectObject containing the pagination informationpagination object definition
JSON Response

PropertyTypeDescription
itemsarrayArray containing the summary items
items.asinstringString containing the ASIN the notification refers to
items.marketplaceobjectObject, containing the marketplace the notifications refers to
items.typesobectObject, containing the types of notifications
items.content.categorystringChange of category:
  • none: notifications are not set for this type of notification
  • entity: notifications are set for this type of notification, but for a different user under same account
  • usernotifications are set for the actual user and this type of notification
items.content.imagestringChange of main image:
  • none: notifications are not set for this type of notification
  • entity: notifications are set for this type of notification, but for a different user under same account
  • usernotifications are set for the actual user and this type of notification
items.content.titlestringChange of title:
  • none: notifications are not set for this type of notification
  • entity: notifications are set for this type of notification, but for a different user under same account
  • usernotifications are set for the actual user and this type of notification
items.content.bulletpointsstringChange of bulletpoints:
  • none: notifications are not set for this type of notification
  • entity: notifications are set for this type of notification, but for a different user under same account
  • usernotifications are set for the actual user and this type of notification
items.content.parentstringChange of parent:
  • none: notifications are not set for this type of notification
  • entity: notifications are set for this type of notification, but for a different user under same account
  • usernotifications are set for the actual user and this type of notification
items.buybox.unitPricestringChange of buybox unitPrice:
  • none: notifications are not set for this type of notification
  • entity: notifications are set for this type of notification, but for a different user under same account
  • usernotifications are set for the actual user and this type of notification
items.buybox.pricestringChange of buybox price:
  • none: notifications are not set for this type of notification
  • entity: notifications are set for this type of notification, but for a different user under same account
  • usernotifications are set for the actual user and this type of notification
items.buybox.merchantstringChange of buybox merchant:
  • none: notifications are not set for this type of notification
  • entity: notifications are set for this type of notification, but for a different user under same account
  • usernotifications are set for the actual user and this type of notification
items.offers.merchantsstringChange of number of merchants:
  • none: notifications are not set for this type of notification
  • entity: notifications are set for this type of notification, but for a different user under same account
  • usernotifications are set for the actual user and this type of notification
items.reviews.reviewsstringChange of number of reviews:
  • none: notifications are not set for this type of notification
  • entity: notifications are set for this type of notification, but for a different user under same account
  • usernotifications are set for the actual user and this type of notification
items.reviews.ratingstringChange of rating:
  • none: notifications are not set for this type of notification
  • entity: notifications are set for this type of notification, but for a different user under same account
  • usernotifications are set for the actual user and this type of notification
items.keywords.keywordsstringChange of number of keywords:
  • none: notifications are not set for this type of notification
  • entity: notifications are set for this type of notification, but for a different user under same account
  • usernotifications are set for the actual user and this type of notification
items.keywords.positionstringChange of number of average keyword position:
  • none: notifications are not set for this type of notification
  • entity: notifications are set for this type of notification, but for a different user under same account
  • usernotifications are set for the actual user and this type of notification
items.badge.bestsellerstringChange of bestseller badge:
  • none: notifications are not set for this type of notification
  • entity: notifications are set for this type of notification, but for a different user under same account
  • usernotifications are set for the actual user and this type of notification
requestobjectThe request information object (see request information object definition for more information)
Updates / Changes
VersionDescription
0.6.0added items.content.parent
added items.buybox.unitPrice
0.5.0created
Menu