nodejs-ebay-api icon indicating copy to clipboard operation
nodejs-ebay-api copied to clipboard

Problem when calling GetCategories

Open jbeuckm opened this issue 9 years ago • 2 comments

        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 avatar Oct 18 '16 02:10 jbeuckm

@jbeuckm You can look into this node module https://github.com/ajay2507/ebay-node-api

pajaydev avatar Mar 23 '18 16:03 pajaydev

@jbeuckm The alternative is here : https://www.npmjs.com/package/ebay-node-client#taxonomy

bhushankummar avatar Oct 11 '18 13:10 bhushankummar