Overview
Pre-built tooling
Pre-built integrations
Access requirements
Setup guide
Useful links
API gotchas
Pre-built tooling
โ
Authorization
โ Authorization
โ
Read & write data
โ Read & write data
| Tools | Status |
|---|---|
| Pre-built integrations | โ |
| API unification | โ |
| 2-way sync | โ |
| Webhooks from Nango on data modifications | โ |
| Real-time webhooks from 3rd-party API | ๐ซ (time to contribute: <48h) |
| Proxy requests | โ |
โ
Observability & data quality
โ Observability & data quality
| Tools | Status |
|---|---|
| HTTP request logging | โ |
| End-to-end type safety | โ |
| Data runtime validation | โ |
| OpenTelemetry export | โ |
| Slack alerts on errors | โ |
| Integration status API | โ |
โ
Customization
โ Customization
| Tools | Status |
|---|---|
| Create or customize use-cases | โ |
| Pre-configured pagination | ๐ซ (time to contribute: <48h) |
| Pre-configured rate-limit handling | ๐ซ (time to contribute: <48h) |
| Per-customer configurations | โ |
Others
| Function name | Description | Type | Source code |
|---|---|---|---|
delete-category | Delete a category. | Action | ๐ Github |
delete-coupon | Delete a coupon. | Action | ๐ Github |
delete-subscriber | Delete an email subscriber. | Action | ๐ Github |
get-order-shipping-addresses | List shipping addresses for an order. | Action | ๐ Github |
list-brands | List brands | Action | ๐ Github |
list-categories | List categories. | Action | ๐ Github |
list-channels | List all channels including the default storefront | Action | ๐ Github |
list-coupons | List coupons. | Action | ๐ Github |
list-customer-addresses | List addresses for a customer. | Action | ๐ Github |
list-customers | List customers. | Action | ๐ Github |
list-order-statuses | List all available order statuses. | Action | ๐ Github |
list-orders | List orders. | Action | ๐ Github |
list-price-lists | List price lists. | Action | ๐ Github |
list-product-variants | List variants for a product. | Action | ๐ Github |
list-products | List catalog products. | Action | ๐ Github |
list-subscribers | List email newsletter subscribers. | Action | ๐ Github |
list-wishlists | List wishlists. | Action | ๐ Github |
update-category | Update a category. | Action | ๐ Github |
update-coupon | Update a coupon. | Action | ๐ Github |
update-product-variant | Update a product variant. | Action | ๐ Github |
update-product | Update a product. | Action | ๐ Github |
brands | Sync brands. | Sync | ๐ Github |
categories | Sync categories. | Sync | ๐ Github |
channel-listings | Sync product listings for each channel. | Sync | ๐ Github |
coupons | Sync coupons. | Sync | ๐ Github |
orders | Sync orders. | Sync | ๐ Github |
products | Sync products. | Sync | ๐ Github |
subscribers | Sync email newsletter subscribers. | Sync | ๐ Github |
variants | Sync product variants across all products | Sync | ๐ Github |
wishlists | Sync wishlists. | Sync | ๐ Github |
Access requirements
| Pre-Requisites | Status | Comment |
|---|---|---|
| Paid dev account | โ | |
| Paid test account | โ | |
| Partnership | โ | |
| App review | โ | |
| Security audit | โ |
Setup guide
No setup guide yet.Contribute improvements to the setup guide by editing this page
Useful links
Contribute useful links by editing this page
API gotchas
- BigCommerce offers various apps with different levels of visibility. For more details, see BigCommerce types of Apps
- After creating a new connection on Nango, you will need to rewrite your HTTP request headers to use the
X-Auth-Tokenheader to pass the API accountโsaccess_tokeninstead of the Authorization header as described in here. Please look at the following example:
Contribute API gotchas by editing this page