Overview
Pre-built tooling
Pre-built integrations
Access requirements
Setup guide
Useful links
API gotchas
Pre-built tooling
✅ Authorization
✅ Authorization
| Tools | Status |
|---|---|
| Pre-built authorization (Basic) | ✅ |
| Pre-built authorization UI | ✅ |
| Custom authorization UI | ✅ |
| End-user authorization guide | ✅ |
| Expired credentials detection | ✅ |
✅ 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 |
|---|---|---|---|
batch-update-orders | Create, update, and delete WooCommerce orders in a batch. | Action | 🔗 Github |
batch-update-products | Create, update, and delete WooCommerce products in a batch. | Action | 🔗 Github |
create-order-note | Create a note on a WooCommerce order. | Action | 🔗 Github |
create-order | Create a order in WooCommerce. | Action | 🔗 Github |
create-product-category | Create a product category in WooCommerce. | Action | 🔗 Github |
create-product-review | Create a product review in WooCommerce. | Action | 🔗 Github |
create-product-tag | Create a product tag in WooCommerce. | Action | 🔗 Github |
create-product-variation | Create a product variation in WooCommerce. | Action | 🔗 Github |
create-product | Create a product in WooCommerce. | Action | 🔗 Github |
create-refund | Create a refund in WooCommerce. | Action | 🔗 Github |
create-webhook | Create a webhook in WooCommerce. | Action | 🔗 Github |
delete-coupon | Delete or archive a coupon in WooCommerce. | Action | 🔗 Github |
delete-customer | Delete or archive a customer in WooCommerce. | Action | 🔗 Github |
delete-order-note | Delete a note from a WooCommerce order. | Action | 🔗 Github |
delete-order | Delete or archive a order in WooCommerce. | Action | 🔗 Github |
delete-product-category | Delete or archive a product category in WooCommerce. | Action | 🔗 Github |
delete-product-review | Delete or archive a product review in WooCommerce. | Action | 🔗 Github |
delete-product-variation | Delete or archive a product variation in WooCommerce. | Action | 🔗 Github |
delete-product | Delete or archive a product in WooCommerce | Action | 🔗 Github |
delete-refund | Delete or archive a refund in WooCommerce. | Action | 🔗 Github |
delete-webhook | Delete or archive a webhook in WooCommerce. | Action | 🔗 Github |
get-coupon | Retrieve a single coupon from WooCommerce | Action | 🔗 Github |
get-coupons-totals-report | Retrieve the coupons totals report from WooCommerce. | Action | 🔗 Github |
get-customer | Retrieve a single customer from WooCommerce. | Action | 🔗 Github |
get-customers-totals-report | Retrieve the customers totals report from WooCommerce. | Action | 🔗 Github |
get-order-note | Retrieve a single order note from WooCommerce. | Action | 🔗 Github |
get-order | Retrieve a single order from WooCommerce. | Action | 🔗 Github |
get-orders-totals-report | Retrieve the orders totals report from WooCommerce. | Action | 🔗 Github |
get-product-category | Retrieve a single product category from WooCommerce. | Action | 🔗 Github |
get-product-review | Retrieve a single product review from WooCommerce. | Action | 🔗 Github |
get-product-tag | Retrieve a single product tag from WooCommerce. | Action | 🔗 Github |
get-product-variation | Retrieve a single product variation from WooCommerce | Action | 🔗 Github |
get-product | Retrieve a single product from WooCommerce | Action | 🔗 Github |
get-products-totals-report | Retrieve the products totals report from WooCommerce. | Action | 🔗 Github |
get-sales-report | Retrieve the sales report from WooCommerce. | Action | 🔗 Github |
get-top-sellers-report | Retrieve the top sellers report from WooCommerce. | Action | 🔗 Github |
list-coupons | List coupons from WooCommerce. | Action | 🔗 Github |
list-customers | List customers from WooCommerce. | Action | 🔗 Github |
list-order-notes | List notes for a WooCommerce order. | Action | 🔗 Github |
list-orders | List orders from WooCommerce | Action | 🔗 Github |
list-product-categories | List product categories from WooCommerce. | Action | 🔗 Github |
list-product-reviews | List product reviews from WooCommerce. | Action | 🔗 Github |
list-product-variations | List product variations from WooCommerce. | Action | 🔗 Github |
list-products | List products from WooCommerce. | Action | 🔗 Github |
list-refunds | List refunds from WooCommerce | Action | 🔗 Github |
list-reports | List available WooCommerce reports. | Action | 🔗 Github |
list-webhooks | List webhooks from WooCommerce. | Action | 🔗 Github |
update-customer | Update a customer in WooCommerce. | Action | 🔗 Github |
update-product-category | Update a product category in WooCommerce. | Action | 🔗 Github |
update-product-review | Update a product review in WooCommerce | Action | 🔗 Github |
update-product-tag | Update a product tag in WooCommerce. | Action | 🔗 Github |
update-product-variation | Update a product variation in WooCommerce. | Action | 🔗 Github |
update-product | Update a product in WooCommerce. | Action | 🔗 Github |
update-webhook | Update a webhook in WooCommerce. | Action | 🔗 Github |
coupons | Sync coupons from WooCommerce. | Sync | 🔗 Github |
customers | Sync customers from WooCommerce. | Sync | 🔗 Github |
orders | Sync orders from WooCommerce. | Sync | 🔗 Github |
product-categories | Sync product categories from WooCommerce. | Sync | 🔗 Github |
product-reviews | Sync product reviews from WooCommerce. | Sync | 🔗 Github |
product-tags | Sync product tags from WooCommerce. | Sync | 🔗 Github |
product-variations | Sync product variations from WooCommerce. | Sync | 🔗 Github |
refunds | Sync refunds from WooCommerce. | 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.Need help getting started? Get help in the community.
Contribute improvements to the setup guide by editing this page
Useful links
Contribute useful links by editing this page
API gotchas
- Woocommerce uses
Basicauth mode to access different endpoints. Provide yourconsumer keyas the Username value andconsumer secretas the Password value. - When creating a new connection, please add your
storeURL.
Contribute API gotchas by editing this page
Connect to Woocommerce
Guide to connect to Woocommerce using Nango Connect.