Just so I understand, maybe I am not reading the docs correctly or there is some ambiguity.:
https://ordoro.docs.apiary.io/#reference/product/productsku/get
It looks as if I am making a call to https://api.ordoro.com/product/sku/ and including “sku” in the body of the request per the docs. This does not work and I find no item, including my “test” sku item I just created.
I went a little further and tried this request, note I replaced the word SKU with test, my actual sku, and did not use a body.
hxxp://api.ordoro.com/product/test/
It did work and I have my item. So the documentation seems to indicate that I am supposed to use JSON bodies to specify the sku. Is that body in the documentation
just for the put and not the get maybe?