A JavaScript client for BigCommerce's Management API with full TypeScript typings for all API endpoints.
- Full coverage of BigCommerce's Storefront (coming soon) and Management APIs.
- Up-to-date TypeScript typings for all of BigCommerce's API endpoints.
- Easy IDE autocompeletion of endpoints, parameters and response data thanks to TypeScript.
- Automatic retry of intermittent errors such as 429 and 5xx with exponential backoff.
- Type declarations for webhook payloads.
- Browser support.
- Node.js >=10
- Browser support is coming soon.
To get started with the JavaScript client you'll need to install it, and then follow the instructions for either the Storefront API client or the Management API client.
- Installation
- Getting started with the Storefront API client
- Getting started with the Management API client
npm install @space48/bigcommerce-api
Coming soon.
This library also comes with typings to use with TypeScript.
This project strictly follows Semantic Versioning.
If you have a problem with this library, please file an issue here on GitHub.
See CONTRIBUTING.md
MIT