ebay-node-api
ebay-node-api copied to clipboard
findItemsAdvanced outputSelector options are not appearing to work
Issue or Enhancement
- [X] 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