AMALYZE Falcon API

inventory.products (POST)

Endpoint

Endpoint inventory.products returns the general information (title, bulletpoints, price, etc.) for a ASIN / keyword combination based on the sellers / vendors inventory.

Method
POST inventory.products
Example call

JSON Payload

PropertyTypeDescriptionFurther informationVersion
paginationobjectObject containing the pagination informationpagination object definition0.2.4
filtersobjectObject containing the filter information0.2.4
filters.marketplacesarrayArray containing all the marketplaces to search invalid marketplaces ids0.2.4
filters.asinsarrayArray containing the ASINs to search foroptional0.2.4
filters.parentsarrayArray containing the parent ASINs to search foroptonal0.2.4
filters.upcsarrayArray containing the UPCs to search foroptional0.2.4
filters.skusarrayArray containing the SKUs to search foroptional0.2.4
filters.titlestringThe title to search foroptional0.2.4
filters.brandsarrayArray containing the brands to search for (full text search)optional0.2.4
filters.brandsExactarrayArray containing the exact brand names to search foroptional0.2.4
filters.merchantsarrayArray containing the merchant names to search for (full textsearch)optional0.2.4
.filters.merchantsExactarrayArray containing the merchant names to search for (exact match)optional0.2.4
filters.merchantsIdarrayArray containing the merchant ids to search foroptional0.2.4
filters.fulfillmentsarrayArray containing the fulfillment types to search foroptional. value values
  • FBA
  • FBM
0.2.4
filters.stocksFullfillableobjectObject containing the fulfillable stockoptional0.2.4
filters.stocksFullfillable.minintegerNumber of minimum stockoptional0.2.4
filters.stocksFullfillable.maxintegerNumber of maximum stockoptional0.2.4
filters.mainCategorystringString containing the main categorys IDoptional0.2.4
filters.mainCategoryRankobjectObject holding information about main categorys best seller rankoptional0.2.4
filters.mainCategoryRank.minintegerNumber of minimum best seller rank for main categoryoptional0.2.4
filters.mainCategoryRank.maxintegerNumber of maximum best seller rank for main categoryoptional0.2.4
filters.subCategorystringString containing the sub categorys IDoptional0.2.4
filters.subCategoryRankobjectObject holding information about sub categorys best seller rankoptional0.2.4
filters.subCategoryRank.minintegerNumber of minimum best seller rank for sub categoryoptional0.2.4
filters.subCategoryRank.maxintegerNumber of maximum best seller rank for sub categoryoptional0.2.4
filters.priceobjectObject containing information about the products priceoptional0.2.4
filters.price.minfloatMinimum price the products must haveoptional0.2.4
filters.price.maxfloatMaximum price the products must haveoptional0.2.4
filters.keywordsOrganicPosobjectObject containing the information about the average position of organic keywordsoptional0.2.4
filters.keywordsOrganicPos.minintegerMinimum average position of organic keywordsoptional0.2.4
filters.keywordsOrganicPos.maxintegerMaximum average position of organic keywordsoptional0.2.4
filters.keywordsOrganicCountobjectObject containing the information about the number of organic keywordsoptional0.2.4
filters.keywordsOrganicCount.minintegerMinimum number of organic keywordsoptional0.2.4
filters.keywordsOrganicCount.maxintegerMaximum number of organic keywordsoptional0.2.4
filters.reviewsobjectObject containing the information about reviewsoptional0.2.4
filters.reviews.minintegerMinimum number of reviewsoptional0.2.4
filters.reviews.maxintegerMaximum number of reviewsoptional0.2.4
filters.ratingobjectObject contaning the information about products ratingoptional0.2.4
filters.rating.minintegerMinimum ratingoptional0.2.4
filters.rating.maxintegerMaximum ratingoptional0.2.4
aggregationstringString containing the aggregation
  • asin
  • sku
  • 0.2.4
    sortingarrayArray containing the sorting information0.2.4
    sorting.columnstringThe column to sort
    • score
    • amazon.asin
    • amazon.parent
    • amazon.upc
    • amazon.sku
    • amazon.title
    • amazon.brand.name
    • amazon.buybox.owned.sku
    • amazon.buybox.owned.merchant
    • amalyze.keywords.organic.count
    • amalyze.keywords.organic.pos
    • amalyze.amascore.score
    • amazon.category.bsr
    • amazon.category.name
    • amazon.rating.score
    • amazon.reviews.total
    • amazon.buybox.prices.offer.amount
    • amazon.price
    • amazon.fulfillment
    • amazon.plus
    • amazon.merchant.id
    • amazon.merchant.name
    0.2.4
    sorting.directionstringThe direction to sortvalid direction values0.2.4
    JSON Response

    PropertyTypeDescription
    itemsarrayArray containing the product items (for more information see product object definition
    paginationobjectThe pagination object (see Pagination for more information)
    requestobjectThe request information object (see Request information for more information)
    Updates / Changes
    VersionDescription
    0.2.4created
    Menu