Is there an example of fetching categories via REST?
Heres an example of what I'm trying to do currently, to get categories for ebay motors.
https://svcs.ebay.com/services/search/TradingService/v1? SECURITY-APPNAME=myappid &OPERATION-NAME=GetCategories &SERVICE-VERSION=1.0.0 &GLOBAL-ID=EBAY-MOTOR&API-SITEID=100
This isn't working and returns with a "1" :(
I don't have a ton of experience with SOAP, so anyway to grab data with GET url params, or even POST with body would be great. I've looked through a lot of the documentation around gettting categories and it seams a little sparse of examples here.
Thanks for any guidance on this topic!