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

findItemsAdvanced outputSelector options are not appearing to work #163

Open
1 of 2 tasks
jphan88 opened this issue Jul 29, 2022 · 0 comments
Open
1 of 2 tasks

findItemsAdvanced outputSelector options are not appearing to work #163

jphan88 opened this issue Jul 29, 2022 · 0 comments

Comments

@jphan88
Copy link

jphan88 commented Jul 29, 2022

Issue or Enhancement

  • Issue
  • Enhancement / Improvement

Steps to reproduce

Hi, I am trying to use the findItemsAdvanced api specifically including outputSelector: "StoreInfo", it doesn't appear like any of the options for outputSelector works. This is my code below: thank you for all your help!

ebay.findItemsAdvanced({
        entriesPerPage: 100,
        keywords: 'keyword',
        outputSelector: 'StoreInfo' ,
        StartTimeFrom: date_from.toISOString(), 
        StartTimeTo: date_to.toISOString()

    }).then((bodyJson) =>

Expected Behavior

Expected to return the storeInfo array in the response object

Actual Behavior

It is absent from the response object
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

1 participant