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 | ✅ |
Coupons
Customers
| Function name | Description | Type | Source code |
|---|---|---|---|
delete-customer | Delete or archive a customer in WooCommerce. | Action | 🔗 Github |
get-customer | Retrieve a single customer from WooCommerce. | Action | 🔗 Github |
list-customers | List customers from WooCommerce. | Action | 🔗 Github |
update-customer | Update a customer in WooCommerce. | Action | 🔗 Github |
Orders
| Function name | Description | Type | Source code |
|---|---|---|---|
batch-update-orders | Create, update, and delete WooCommerce orders 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 |
delete-order-note | Delete a note from a WooCommerce order. | Action | 🔗 Github |
delete-order | Delete or archive a order in WooCommerce. | Action | 🔗 Github |
get-order | Retrieve a single order from WooCommerce. | Action | 🔗 Github |
list-order-notes | List notes for a WooCommerce order. | Action | 🔗 Github |
list-orders | List orders from WooCommerce | Action | 🔗 Github |
Product Categories
Product Reviews
| Function name | Description | Type | Source code |
|---|---|---|---|
create-product-review | Create a product review in WooCommerce. | Action | 🔗 Github |
get-product-review | Retrieve a single product review from WooCommerce. | Action | 🔗 Github |
list-product-reviews | List product reviews from WooCommerce. | Action | 🔗 Github |
update-product-review | Update a product review in WooCommerce | Action | 🔗 Github |
Product Tags
Product Variations
Products
| Function name | Description | Type | Source code |
|---|---|---|---|
create-product-variation | Create a product variation in WooCommerce. | Action | 🔗 Github |
create-product | Create a product in WooCommerce. | Action | 🔗 Github |
delete-product-review | Delete or archive a product review in WooCommerce. | Action | 🔗 Github |
delete-product | Delete or archive a product in WooCommerce | Action | 🔗 Github |
get-product-category | Retrieve a single product category from WooCommerce. | Action | 🔗 Github |
list-product-variations | List product variations from WooCommerce. | Action | 🔗 Github |
list-products | List products from WooCommerce. | Action | 🔗 Github |
update-product-category | Update a product category in WooCommerce. | Action | 🔗 Github |
update-product | Update a product in WooCommerce. | Action | 🔗 Github |
Refunds
Reports
| Function name | Description | Type | Source code |
|---|---|---|---|
get-coupons-totals-report | Retrieve the coupons totals report from WooCommerce. | Action | 🔗 Github |
get-customers-totals-report | Retrieve the customers totals report from WooCommerce. | Action | 🔗 Github |
get-products-totals-report | Retrieve the products totals report from WooCommerce. | Action | 🔗 Github |
get-top-sellers-report | Retrieve the top sellers report from WooCommerce. | Action | 🔗 Github |
list-reports | List available WooCommerce reports. | Action | 🔗 Github |
Webhooks
Others
| Function name | Description | Type | Source code |
|---|---|---|---|
batch-update-products | Create, update, and delete WooCommerce products in a batch. | Action | 🔗 Github |
delete-product-variation | Delete or archive a product variation in WooCommerce. | Action | 🔗 Github |
get-order-note | Retrieve a single order note from WooCommerce. | Action | 🔗 Github |
get-orders-totals-report | Retrieve the orders totals report from WooCommerce. | Action | 🔗 Github |
get-product | Retrieve a single product from WooCommerce | Action | 🔗 Github |
get-sales-report | Retrieve the sales report from WooCommerce. | Action | 🔗 Github |
list-webhooks | List webhooks from WooCommerce. | Action | 🔗 Github |
update-product-variation | Update a product variation 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.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.