3.0.0 • Published 5 years ago

@datafire/axesso_de v3.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

@datafire/axesso_de

Client library for Axesso Api

Installation and Usage

npm install --save @datafire/axesso_de
let axesso_de = require('@datafire/axesso_de').create();

.then(data => {
  console.log(data);
});

Description

Use this api to fetch information to Amazon products and more.

Actions

requestBuyRecommendation

request buy recommendations to a given product

axesso_de.requestBuyRecommendation({
  "url": ""
}, context)

Input

  • input object
    • url required string: The url of the requested product.

Output

requestProduct

lookup product information

axesso_de.requestProduct({
  "url": ""
}, context)

Input

  • input object
    • url required string: The url of the requested product.
    • size string: Size parameter if available.

Output

keywordSearch

fetch results auf a keyword search on Amazon

axesso_de.keywordSearch({
  "keyword": "",
  "domainCode": ""
}, context)

Input

  • input object
    • keyword required string: keyword to search
    • domainCode required string: domain for the search
    • sortBy string: sort option
    • numberOfProducts integer: number of the results (max 20)

Output

sortOptions

request available sort options to use in keyword search

axesso_de.sortOptions(null, context)

Input

This action has no parameters

Output

Definitions

BuyRecommendationResponse

  • BuyRecommendationResponse object
    • buyRecommendations array
      • items string
    • numberOfProducts integer
    • responseMessage string
    • responseStatus string

KeywordSearchResponse

  • KeywordSearchResponse object
    • domainCode string
    • foundProducts array
      • items string
    • keyword string
    • numberOfProducts integer
    • responseMessage string
    • responseStatus string
    • sortStrategy string

ProductDetailsResponse

  • ProductDetailsResponse object
    • answeredQuestions integer
    • asin string
    • countReview integer
    • features array
      • items string
    • fulfilledBy string
    • manufacturer string
    • price number
    • priceSaving string
    • priceShippingInformation string
    • prime boolean
    • productRating string
    • productTitle string
    • responseMessage string
    • responseStatus string
    • retailPrice number
    • sizeSelection array
      • items string
    • soldBy string
    • warehouseAvailability string

SortOptionResponse

  • SortOptionResponse object
    • responseMessage string
    • responseStatus string
    • resultSize integer
    • sortOptions array
      • items object
        • order integer
        • sortName string
        • strategy string