Skip to content
This repository has been archived by the owner on Nov 6, 2019. It is now read-only.

Problem when calling GetCategories #39

Open
jbeuckm opened this issue Oct 18, 2016 · 2 comments
Open

Problem when calling GetCategories #39

jbeuckm opened this issue Oct 18, 2016 · 2 comments

Comments

@jbeuckm
Copy link

jbeuckm commented Oct 18, 2016

        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 <]

@pajaydev
Copy link

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

@bhushankummar
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants