04-21-2023 08:18 PM
Hi All
I have created this API query in a js script for google sheets, and overall it works great, but occasionally produces inconsistent results, for example auctions in EU, whereas what I believe I am asking is UK:
https://www.ebay.co.uk/itm/Native-Instruments-Maschine-Studio-2023-OVP-mit-Software-/166036140068
Here are the parameters:
Anything wrong with it? Thanks
04-22-2023 10:57 AM
That listing is probably enrolled in site visibility. It appears in a normal desktop search of eBay UK. You might take advantage of the 'LocationIn' filter and set to GB.
LocatedIn: Limits the result set to just those items located in the specified country (ISO_3166_country_codes).
https://developer.ebay.com/Devzone/finding/CallRef/extra/fnditmsadvncd.rqst.tmfltr.nm.html
04-23-2023 11:49 AM
Great to know, thank you.
Due to script structure, I have added it here