This is a PHP library to simplify interacting with the BigCommerce APIs.
It is automatically generated from the official API specs.
To re-generate based on the latest API specs, ensure that you have the api specs repo checkout out, and then run:
php bin/console sdk:generate ../bigcommerce-api-specs -f
Note that you may run into a couple of issues with the official repo, there's a fork here with some fixes.
This SDK is built using Saloon. The Resources and Requests are generated using the SDK generator.
- Generate Requests
- Ran into an issue with a request named "Void" which is a reserved word. Created an issue to see how we might proceed.
- Generate Resources
- Generate Connector
- Throw exceptions on failure
- Throw exception on rate limit
- Add Data Transfer Objects for responses (not currently supported by saloon SDK generator)