# WooCommerce
URL: /reference/integrations/woocommerce
Type: reference
Description: Access orders, customers, and store data.
Keywords: woocommerce, integration, api key, connect
Access orders, customers, and store data.

Connect [#connect]

Connect WooCommerce with an API key in **Settings → Integrations**. Open the WooCommerce card, click **Connect**, and provide:

| Field           | Required | Notes                            |
| --------------- | -------- | -------------------------------- |
| Store URL       | Yes      | e.g. `https://store.example.com` |
| Consumer Key    | Yes      | e.g. `ck_...`                    |
| Consumer Secret | Yes      | e.g. `cs_...`                    |

Supported actions and triggers [#supported-actions-and-triggers]

Actions [#actions]

| Block                                               | What it does                                                                                                  |
| --------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- |
| [WooCommerce](/reference/blocks/woocommerce-manage) | Look up products, orders, and customers in your WooCommerce store — including a customer's full order history |

Limits and failure modes [#limits-and-failure-modes]

* The connection can expire or be revoked. When it does, WooCommerce blocks fail with an authorization error until you reconnect in **Settings → Integrations**.
* A disconnected or unconfigured integration makes its blocks unavailable in the Workflow Builder.

{/* TODO(docs): document WooCommerce-specific rate limits and permission errors — not encoded in @stylo/core. */}

Related [#related]

* [Integrations overview](/integrations)
* [All workflow blocks](/reference/blocks)
* [Troubleshooting](/troubleshooting)