We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e911b8 commit 3baf2f8Copy full SHA for 3baf2f8
README.md
@@ -153,7 +153,7 @@ ebay.findItemsByProduct({
153
ebay.findItemsAdvanced({
154
entriesPerPage: 2,
155
keywords: 'ipad',
156
- ExpeditedShippingType: 'OneDayShipping'
+ ExpeditedShippingType: 'OneDayShipping' //Filtering results with item filters see: https://developer.ebay.com/DevZone/finding/CallRef/findItemsAdvanced.html#Request.itemFilter
157
}).then((data) => {
158
console.log(data);
159
}, (error) => {
0 commit comments