Axesso
Connector for the axesso API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
http://api.axesso.de - Auth:
bearer(pass your key via theapiKeyinput)
Operations
requestbuyrecommendation— GET /amz/amazon-lookup-buy-recommendations — request buy recommendations to a given productrequestproduct— GET /amz/amazon-lookup-product — lookup product informationkeywordsearch— GET /amz/amazon-search-by-keyword — fetch results auf a keyword search on Amazonsortoptions— GET /amz/sort-options — request available sort options to use in keyword search
Inputs
apiKey— your axesso API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: requestbuyrecommendation
apiKey: <your key>