WooCommerce Action Block
The WooCommerce Action Block enables you to manage orders, products, and customers in your WooCommerce store from your workflows.
⚠️
Requires WooCommerce REST API credentials (Consumer Key and Consumer Secret). Generate them from WooCommerce > Settings > Advanced > REST API.
Supported Actions
- Manage Orders - Retrieve, create, update, or delete orders.
- Manage Products - Create, update, or delete products and variations.
- Manage Customers - Create, update, or search customer records.
- Get Order Status - Check the current status of an order.
- Update Inventory - Adjust stock quantities for products.
Configuration
- Store URL - Your WooCommerce store URL.
- Consumer Key / Secret - REST API credentials.
- Resource ID - Order, product, or customer ID for specific operations.
- Order/Product Data - Fields relevant to the create or update action.
Use Cases
- Automatically update order status when shipments are dispatched.
- Sync product inventory between WooCommerce and a warehouse system.
- Build a customer lookup chatbot for order tracking and support.