Noobie bigcommerce API connection

前端 未结 5 1936
粉色の甜心
粉色の甜心 2021-01-22 22:21

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

5条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-22 22:59

    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!

提交回复
热议问题