Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AspectFilter #149

Open
ghost opened this issue Jul 12, 2021 · 0 comments
Open

AspectFilter #149

ghost opened this issue Jul 12, 2021 · 0 comments

Comments

@ghost
Copy link

ghost commented Jul 12, 2021

I don't know if I am doing this write but I want to use the aspectFilter in the api call but it doesn't seem to be change the output I receive. When I do an api call through the url it does work. Does this api not support aspect filter or am I not doing this right. I looked through the code and could not find anything about aspectfilter.

Here is my code:
let Ebay = new ebayapi({
clientID: CLIENTID,
env: "PRODUCTION",
countryCode: 'EBAY-US',
});

var data = await Ebay.findItemsAdvanced({
keywords: "iPhone 12",
outputSelector: "AspectHistogram",
AspectName:"Color",
AspectValueName:"Blue"
});

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

No branches or pull requests

0 participants