{ "uuid": "c607e812-79fa-4acf-abbe-c2bd9d0860fa", "lastMigration": 29, "name": "Axesso Api", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "a7e78a25-0590-4800-9002-76e4a814f949", "documentation": "request buy recommendations to a given product", "method": "get", "endpoint": "amz/amazon-lookup-buy-recommendations", "responses": [ { "uuid": "005926c9-85ae-4e04-af6d-405daff99e71", "body": "{\n \"buyRecommendations\": [\n \"\"\n ],\n \"numberOfProducts\": {{faker 'number.int' max=99999}},\n \"responseMessage\": \"Product successfully found!\",\n \"responseStatus\": \"PRODUCT_FOUND_RESPONSE\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d62c8e94-8f59-480d-893c-7cf8c372809b", "body": "", "latency": 0, "statusCode": 400, "label": "Bad Request - Missing parameter", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "42b2958a-55c3-4fb2-bf91-e01779eb50fa", "body": "", "latency": 0, "statusCode": 404, "label": "Not Found - Product not Found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a503b3c0-7f80-4c9f-9601-e7184b003db2", "body": "", "latency": 0, "statusCode": 406, "label": "Not Acceptable - Wrong parameter", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6214f948-7bdd-4453-a8c2-1719e7365cdf", "documentation": "lookup product information", "method": "get", "endpoint": "amz/amazon-lookup-product", "responses": [ { "uuid": "e090d25a-a6df-4414-8089-d5da741be928", "body": "{\n \"answeredQuestions\": {{faker 'number.int' max=99999}},\n \"asin\": \"B077Q3YRP5\",\n \"countReview\": {{faker 'number.int' max=99999}},\n \"features\": [\n \"\"\n ],\n \"fulfilledBy\": \"Amazon\",\n \"manufacturer\": \"Sony\",\n \"price\": {{faker 'number.int' max=99999}},\n \"priceSaving\": \"You Save: $59,58 (43%)\",\n \"priceShippingInformation\": \"free\",\n \"prime\": {{faker 'datatype.boolean'}},\n \"productRating\": \"4.4 out of 5 stars\",\n \"productTitle\": \"Playstation 4\",\n \"responseMessage\": \"Product successfully found!\",\n \"responseStatus\": \"PRODUCT_FOUND_RESPONSE\",\n \"retailPrice\": {{faker 'number.int' max=99999}},\n \"sizeSelection\": [\n \"\"\n ],\n \"soldBy\": \"Sony\",\n \"warehouseAvailability\": \"In Stock\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a2744786-5770-4e9a-a19e-0d948271961d", "body": "", "latency": 0, "statusCode": 400, "label": "Bad Request - Missing parameter", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3c365c6f-96e3-4a62-934c-46740473abd2", "body": "", "latency": 0, "statusCode": 404, "label": "Not Found - Product not Found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "79e1fe94-206c-471b-8a9e-e50fc58ce685", "body": "", "latency": 0, "statusCode": 406, "label": "Not Acceptable - Wrong parameter", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9f4e9feb-e47b-4c09-88e1-57a500b8976d", "documentation": "fetch results auf a keyword search on Amazon", "method": "get", "endpoint": "amz/amazon-search-by-keyword", "responses": [ { "uuid": "603c466e-b57e-4a4a-9305-f22af1cb09d1", "body": "{\n \"domainCode\": \"com\",\n \"foundProducts\": [\n \"\"\n ],\n \"keyword\": \"Playstation 4\",\n \"numberOfProducts\": {{faker 'number.int' max=99999}},\n \"responseMessage\": \"Product successfully found!\",\n \"responseStatus\": \"PRODUCT_FOUND_RESPONSE\",\n \"sortStrategy\": \"date-desc-rank\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "36683b10-0b2e-4b9f-8297-f225be7d9542", "body": "", "latency": 0, "statusCode": 400, "label": "Bad Request - Missing parameter", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "29243cb6-ebff-4fd6-9ff4-f10fe68f29be", "body": "", "latency": 0, "statusCode": 404, "label": "Not Found - Product not Found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c0d2206b-542e-4a75-8643-0773c32ff2d4", "documentation": "request available sort options to use in keyword search", "method": "get", "endpoint": "amz/sort-options", "responses": [ { "uuid": "f88f7138-66fb-46c0-b07e-c4114728fc61", "body": "{\n \"responseMessage\": \"Product successfully found!\",\n \"responseStatus\": \"PRODUCT_FOUND_RESPONSE\",\n \"resultSize\": {{faker 'number.int' max=99999}},\n \"sortOptions\": [\n {\n \"order\": {{faker 'number.int' max=99999}},\n \"sortName\": \"relevanceblender\",\n \"strategy\": \"AMAZON_FEATURED\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" } ], "proxyMode": false, "proxyHost": "", "proxyRemovePrefix": false, "tlsOptions": { "enabled": false, "type": "CERT", "pfxPath": "", "certPath": "", "keyPath": "", "caPath": "", "passphrase": "" }, "cors": true, "headers": [], "proxyReqHeaders": [{ "key": "", "value": "" }], "proxyResHeaders": [{ "key": "", "value": "" }], "data": [], "folders": [], "rootChildren": [ { "type": "route", "uuid": "a7e78a25-0590-4800-9002-76e4a814f949" }, { "type": "route", "uuid": "6214f948-7bdd-4453-a8c2-1719e7365cdf" }, { "type": "route", "uuid": "9f4e9feb-e47b-4c09-88e1-57a500b8976d" }, { "type": "route", "uuid": "c0d2206b-542e-4a75-8643-0773c32ff2d4" } ] }