Sorry for the noobie question but I just wanted to know the process by which I could at least connect to my bigcommerce store and query it via a PHP or curl script.
If s
The API documentation is pretty good. The key (which I originally struggled to figure out) is that as a starting place it needs to run on a server.
Install xampp or similar that is running PHP. From there make sure to reference the API file, authenticate, code away. I have found that this was the gap in the documentation.