AMALYZE Falcon API

research.browsenode.lists (POST)

Endpoint

Endpoint research.browsenode.lists returns several lists (bestsellers, recommendations, gifts, newcomers, etc.) for a specific browsenode

Method
POST research.browsenode.lists
Example call

JSON Payload

PropertyTypeDescriptionFurther informationVersion
paginationobjectThe object containing the pagination informationpagination object definition0.5.0
marketplacestringString containing the marketplace IDvalid marketplaces ids0.5.0
nodestringString containing the requested node IDsee research.browsenodes.tree (POST) for how to retrieve node IDs0.5.0
typestringString containing the list type
  • bestsellers: TOP 100 bestsellers
  • recommendations: TOP 100 most recommended products
  • wishlist: TOP 100 most wished products
  • gift: TOP 100 most gifted products
  • newcommers: TOP 100 most recent products
0.5.0
JSON Response

PropertyTypeDescription
itemsarrayArray containing the products (for more information see Product)
requestobjectThe request information object (see Request information for more information)
Updates / Changes
VersionDescription
0.5.0created
Menü