I tried to figure out what the reponse on the various API calls will be. For example, I haven't got any orders yet. If I send a call, I get an empty result back.
Is there either a test environment or are the responses of the API calls somewhere documented?
This would help in the development process.
With kind regards
Comments
You can use your Internet browser to test the calls, simply by entering the call into the address bar (minus the GET).
e.g. https://api.brickowl.com/v1/inventory/list?key=YOURAPIKEY&lot_id=YOURLOTID
You always need your API key in the call.
You'll need to check the JSON response to see if there's any data in it.
Sounds like you're coding it, so debug through the API call and check the status and JSON response.
Or you could use something like postman.com to run the API call and see what is returned.