I am dealing with an issue in my app. I will like to make a search and find only free shipping items. Unfortunately, searching for FreeShippingOnly items always return some FreePickup items as well. Is this the correct behaviour? (Example can be seen below)
https://svcs.ebay.com/services/search/FindingService/v1?SECURITY-APPNAME=<NEED_COMPLETION>&;
OPERATION-NAME=findItemsAdvanced&
SERVICE-VERSION=1.13.0&
GLOBAL-ID=EBAY-GB&
paginationInput.entriesPerPage=100&
keywords=iphone&
descriptionSearch=false&
sortOrder=EndTimeSoonest&
categoryId=9355&
itemFilter(0).name=HideDuplicateItems&
itemFilter(0).value=true&
itemFilter(1).name=AvailableTo&
itemFilter(1).value(0)=GB&
itemFilter(2).name=LocatedIn&
itemFilter(2).value(0)=GB&
itemFilter(3).name=FreeShippingOnly&
itemFilter(3).value(0)=true