GET https://api.ordoro.com/product/eibS90-6-20-027 doing nothing

I am trying to play around with the Ordoro APi. I have a product with sku eibS90-6-20-027 in my database but using this api call does nothing:

https://api.ordoro.com/product/eibS90-6-20-027

https://api.ordoro.com/product/count does work however. What is the issue?

Hi @desmond,

You need to include a trailing slash when using the API unless you’re specifically using the v3 Orders API. So, you should be able to call https://api.ordoro.com/product/eibS90-6-20-027/ and get what you’re expecting.

Hope this helps!