--- title: WooCommerce node documentation description: Learn how to use the WooCommerce node in n8n. Follow technical documentation to integrate WooCommerce node into your workflows. contentType: [integration, reference] priority: medium --- # WooCommerce node Use the WooCommerce node to automate work in WooCommerce, and integrate WooCommerce with other applications. n8n has built-in support for a wide range of WooCommerce features, including creating and deleting customers, orders, and products. On this page, you'll find a list of operations the WooCommerce node supports and links to more resources. ```{note} Credentials Refer to [WooCommerce credentials](/08-0-0-Workflow/integrations/builtin/credentials/woocommerce.md) for guidance on setting up authentication. ``` ```{include} ../../../../_snippets/integrations/builtin/app-nodes/ai-tools.md ``` ## Operations * Customer * Create a customer * Delete a customer * Retrieve a customer * Retrieve all customers * Update a customer * Order * Create a order * Delete a order * Get a order * Get all orders * Update an order * Product * Create a product * Delete a product * Get a product * Get all products * Update a product ## Templates and examples ```{include} ../../../../_snippets/integrations/builtin/app-nodes/operation-not-supported.md ```