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
I wouldn't advise using CURL option... I began this way but highly recommended the PHP API that Bigcommerce have created.
You can find the quickstart documentation @ http://developer.bigcommerce.com/quickstarts/php
If you wanted to do that using PHP API you would only have to write the following...
1.) Install WAMP 2.) Download the PHP API from Github here : https://github.com/bigcommerce/bigcommerce-api-php 3.) Following the instruction on the github page here https://github.com/bigcommerce/bigcommerce-api-php
Ensure that you can 'connect to store' etc and get the correct responses.
If you can't get past this point copy us your code and some errors and will see what we can do!