cbmarcum / mybusiness

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

[3.3.16] ebay listings with category throw an error #90

Closed cbmarcum closed 2 years ago

cbmarcum commented 4 years ago

Two issues discovered in the Finding API findItemsIneBayStores:

  1. 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

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