cbmarcum / mybusiness

A Grails 4 plugin for online product e-commerce
Apache License 2.0
5 stars 1 forks source link

update EbayService for API changes fixed in 3.3.16 branch #108

Closed cbmarcum closed 2 years ago

cbmarcum commented 2 years ago

Refs #90 . Two issues discovered in the Finding API findItemsIneBayStores:

eBay API has apparently changed without notice. Items that can take a list like categoryId require parentheses () and do not accept brackets [] like we are using.
ex.
categoryId(0)=3411&categoryId(1)=3412

URL needs to use https. We're using http.