nodejs-ebay-api
nodejs-ebay-api copied to clipboard
Problem when calling GetCategories
ebay-api.ebayApiGetRequest({
serviceName: 'Trading',
opType: 'GetCategories',
appId: "xxx",
params: {
},
parser: ebay.parseItemsFromResponse
},
function allItemsCallback(error, items) {
console.error(error);
console.log(items);
}
});
I get this error:
[SyntaxError: Unexpected token <]
@jbeuckm You can look into this node module https://github.com/ajay2507/ebay-node-api
@jbeuckm The alternative is here : https://www.npmjs.com/package/ebay-node-client#taxonomy