> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stackone.com/llms.txt
> Use this file to discover all available pages before exploring further.

# WooCommerce

> 72 actions available for WooCommerce through StackOne. Use via Actions RPC, Toolset SDK, MCP, or A2A.

<div className="not-prose" style={{ display: 'flex', alignItems: 'center', gap: '12px', marginBottom: '24px' }}>
  <img src="https://stackone-logos.com/api/woocommerce/filled/png" alt="WooCommerce" className="connector-page-icon" style={{ width: '48px', height: '48px', borderRadius: '10px', padding: '2px' }} />

  <div>
    <div style={{ fontSize: '24px', fontWeight: '600' }}>WooCommerce</div>
    <div className="connector-page-subtitle" style={{ fontSize: '14px' }}>72 actions · 1 auth method</div>

    <div style={{ display: 'flex', flexWrap: 'wrap', gap: '6px', marginTop: '8px' }}>
      <span className="connector-page-tag-preview" style={{ display: 'inline-block', padding: '2px 8px', borderRadius: '4px', fontSize: '11px', fontWeight: '500' }}>Preview</span>
      <span className="connector-page-category-tag" style={{ display: 'inline-block', padding: '2px 8px', borderRadius: '4px', fontSize: '11px', fontWeight: '500' }}>Ecommerce</span>
      <span className="connector-page-category-tag" style={{ display: 'inline-block', padding: '2px 8px', borderRadius: '4px', fontSize: '11px', fontWeight: '500' }}>Orders</span>
      <span className="connector-page-category-tag" style={{ display: 'inline-block', padding: '2px 8px', borderRadius: '4px', fontSize: '11px', fontWeight: '500' }}>Customers</span>
      <span className="connector-page-category-tag" style={{ display: 'inline-block', padding: '2px 8px', borderRadius: '4px', fontSize: '11px', fontWeight: '500' }}>Products</span>
      <span className="connector-page-category-tag" style={{ display: 'inline-block', padding: '2px 8px', borderRadius: '4px', fontSize: '11px', fontWeight: '500' }}>Shipping</span>
      <span className="connector-page-category-tag" style={{ display: 'inline-block', padding: '2px 8px', borderRadius: '4px', fontSize: '11px', fontWeight: '500' }}>Reports</span>
      <span className="connector-page-category-tag" style={{ display: 'inline-block', padding: '2px 8px', borderRadius: '4px', fontSize: '11px', fontWeight: '500' }}>Webhooks</span>
    </div>
  </div>
</div>

## Authentication

<Columns cols={2}>
  <Card title="API Keys">
    Authenticate using WooCommerce REST API keys (Consumer Key and Consumer Secret) generated from your WooCommerce store se...

    Guides: [Connector Profile](/connectors/woocommerce/guides/connector-profile/api-keys), [Link Account](/connectors/woocommerce/guides/link-account/api-keys)
  </Card>
</Columns>

<div className="connector-meta-library-section">
  <div className="connector-meta-library-title">Actions</div>

  <div className="connector-actions-controls not-prose" data-connector-actions-controls>
    <div className="connector-actions-controls__row">
      <input type="search" className="connector-actions-search" data-connector-actions-search placeholder="Search actions" aria-label="Search actions" />
    </div>
  </div>

  <div className="meta-library-count" data-connector-actions-count>72 actions</div>

  <div className="not-prose meta-library-table-container" data-connector-actions-table>
    <div className="connector-meta-library-grid" style={{ gridTemplateColumns: '200px 1fr' }}>
      <div className="connector-meta-library-row">
        <div className="meta-library-grid-header-cell">Action</div>
        <div className="meta-library-grid-header-cell">Description</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="woocommerce_list_orders" data-action-label="List Orders" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Orders</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="woocommerce_list_orders" aria-label="Copy woocommerce_list_orders"><code className="connector-page-code">woocommerce\_list\_orders</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a paginated list of orders from the WooCommerce store.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="woocommerce_create_order" data-action-label="Create Order" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Create Order</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="woocommerce_create_order" aria-label="Copy woocommerce_create_order"><code className="connector-page-code">woocommerce\_create\_order</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Create a new order in the WooCommerce store.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="woocommerce_retrieve_order" data-action-label="Retrieve Order" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Retrieve Order</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="woocommerce_retrieve_order" aria-label="Copy woocommerce_retrieve_order"><code className="connector-page-code">woocommerce\_retrieve\_order</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a single order by ID.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="woocommerce_update_order" data-action-label="Update Order" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Update Order</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="woocommerce_update_order" aria-label="Copy woocommerce_update_order"><code className="connector-page-code">woocommerce\_update\_order</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Update an existing order by ID.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="woocommerce_delete_order" data-action-label="Delete Order" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Delete Order</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="woocommerce_delete_order" aria-label="Copy woocommerce_delete_order"><code className="connector-page-code">woocommerce\_delete\_order</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Delete an order by ID.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="woocommerce_list_order_notes" data-action-label="List Order Notes" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Order Notes</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="woocommerce_list_order_notes" aria-label="Copy woocommerce_list_order_notes"><code className="connector-page-code">woocommerce\_list\_order\_notes</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve all notes for a specific order.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="woocommerce_create_order_note" data-action-label="Create Order Note" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Create Order Note</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="woocommerce_create_order_note" aria-label="Copy woocommerce_create_order_note"><code className="connector-page-code">woocommerce\_create\_order\_note</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Add a note to an existing order.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="woocommerce_retrieve_order_note" data-action-label="Retrieve Order Note" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Retrieve Order Note</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="woocommerce_retrieve_order_note" aria-label="Copy woocommerce_retrieve_order_note"><code className="connector-page-code">woocommerce\_retrieve\_order\_note</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a single order note by ID.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="woocommerce_delete_order_note" data-action-label="Delete Order Note" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Delete Order Note</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="woocommerce_delete_order_note" aria-label="Copy woocommerce_delete_order_note"><code className="connector-page-code">woocommerce\_delete\_order\_note</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Delete a specific order note.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="woocommerce_list_order_refunds" data-action-label="List Order Refunds" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Order Refunds</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="woocommerce_list_order_refunds" aria-label="Copy woocommerce_list_order_refunds"><code className="connector-page-code">woocommerce\_list\_order\_refunds</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve all refunds for a specific order.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="woocommerce_create_order_refund" data-action-label="Create Order Refund" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Create Order Refund</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="woocommerce_create_order_refund" aria-label="Copy woocommerce_create_order_refund"><code className="connector-page-code">woocommerce\_create\_order\_refund</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Create a refund for an existing order.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="woocommerce_retrieve_order_refund" data-action-label="Retrieve Order Refund" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Retrieve Order Refund</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="woocommerce_retrieve_order_refund" aria-label="Copy woocommerce_retrieve_order_refund"><code className="connector-page-code">woocommerce\_retrieve\_order\_refund</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a specific refund from an order.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="woocommerce_list_customers" data-action-label="List Customers" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Customers</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="woocommerce_list_customers" aria-label="Copy woocommerce_list_customers"><code className="connector-page-code">woocommerce\_list\_customers</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a paginated list of customers.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="woocommerce_create_customer" data-action-label="Create Customer" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Create Customer</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="woocommerce_create_customer" aria-label="Copy woocommerce_create_customer"><code className="connector-page-code">woocommerce\_create\_customer</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Create a new customer account.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="woocommerce_retrieve_customer" data-action-label="Retrieve Customer" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Retrieve Customer</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="woocommerce_retrieve_customer" aria-label="Copy woocommerce_retrieve_customer"><code className="connector-page-code">woocommerce\_retrieve\_customer</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a single customer by ID.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="woocommerce_update_customer" data-action-label="Update Customer" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Update Customer</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="woocommerce_update_customer" aria-label="Copy woocommerce_update_customer"><code className="connector-page-code">woocommerce\_update\_customer</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Update an existing customer by ID.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="woocommerce_delete_customer" data-action-label="Delete Customer" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Delete Customer</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="woocommerce_delete_customer" aria-label="Copy woocommerce_delete_customer"><code className="connector-page-code">woocommerce\_delete\_customer</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Delete a customer by ID.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="woocommerce_list_products" data-action-label="List Products" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Products</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="woocommerce_list_products" aria-label="Copy woocommerce_list_products"><code className="connector-page-code">woocommerce\_list\_products</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a paginated list of products.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="woocommerce_create_product" data-action-label="Create Product" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Create Product</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="woocommerce_create_product" aria-label="Copy woocommerce_create_product"><code className="connector-page-code">woocommerce\_create\_product</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Create a new product in the store.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="woocommerce_retrieve_product" data-action-label="Retrieve Product" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Retrieve Product</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="woocommerce_retrieve_product" aria-label="Copy woocommerce_retrieve_product"><code className="connector-page-code">woocommerce\_retrieve\_product</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a single product by ID.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="woocommerce_update_product" data-action-label="Update Product" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Update Product</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="woocommerce_update_product" aria-label="Copy woocommerce_update_product"><code className="connector-page-code">woocommerce\_update\_product</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Update an existing product by ID.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="woocommerce_delete_product" data-action-label="Delete Product" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Delete Product</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="woocommerce_delete_product" aria-label="Copy woocommerce_delete_product"><code className="connector-page-code">woocommerce\_delete\_product</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Delete a product by ID.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="woocommerce_list_product_categories" data-action-label="List Product Categories" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Product Categories</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="woocommerce_list_product_categories" aria-label="Copy woocommerce_list_product_categories"><code className="connector-page-code">woocommerce\_list\_product\_categories</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a list of product categories.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="woocommerce_create_product_category" data-action-label="Create Product Category" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Create Product Category</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="woocommerce_create_product_category" aria-label="Copy woocommerce_create_product_category"><code className="connector-page-code">woocommerce\_create\_product\_category</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Create a new product category.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="woocommerce_retrieve_product_category" data-action-label="Retrieve Product Category" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Retrieve Product Category</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="woocommerce_retrieve_product_category" aria-label="Copy woocommerce_retrieve_product_category"><code className="connector-page-code">woocommerce\_retrieve\_product\_category</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a single product category by ID.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="woocommerce_update_product_category" data-action-label="Update Product Category" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Update Product Category</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="woocommerce_update_product_category" aria-label="Copy woocommerce_update_product_category"><code className="connector-page-code">woocommerce\_update\_product\_category</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Update an existing product category.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="woocommerce_delete_product_category" data-action-label="Delete Product Category" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Delete Product Category</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="woocommerce_delete_product_category" aria-label="Copy woocommerce_delete_product_category"><code className="connector-page-code">woocommerce\_delete\_product\_category</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Delete a product category by ID.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="woocommerce_list_product_tags" data-action-label="List Product Tags" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Product Tags</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="woocommerce_list_product_tags" aria-label="Copy woocommerce_list_product_tags"><code className="connector-page-code">woocommerce\_list\_product\_tags</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a list of product tags.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="woocommerce_create_product_tag" data-action-label="Create Product Tag" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Create Product Tag</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="woocommerce_create_product_tag" aria-label="Copy woocommerce_create_product_tag"><code className="connector-page-code">woocommerce\_create\_product\_tag</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Create a new product tag.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="woocommerce_retrieve_product_tag" data-action-label="Retrieve Product Tag" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Retrieve Product Tag</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="woocommerce_retrieve_product_tag" aria-label="Copy woocommerce_retrieve_product_tag"><code className="connector-page-code">woocommerce\_retrieve\_product\_tag</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a single product tag by ID.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="woocommerce_update_product_tag" data-action-label="Update Product Tag" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Update Product Tag</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="woocommerce_update_product_tag" aria-label="Copy woocommerce_update_product_tag"><code className="connector-page-code">woocommerce\_update\_product\_tag</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Update an existing product tag.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="woocommerce_delete_product_tag" data-action-label="Delete Product Tag" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Delete Product Tag</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="woocommerce_delete_product_tag" aria-label="Copy woocommerce_delete_product_tag"><code className="connector-page-code">woocommerce\_delete\_product\_tag</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Delete a product tag by ID.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="woocommerce_list_product_attributes" data-action-label="List Product Attributes" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Product Attributes</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="woocommerce_list_product_attributes" aria-label="Copy woocommerce_list_product_attributes"><code className="connector-page-code">woocommerce\_list\_product\_attributes</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve all global product attributes.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="woocommerce_create_product_attribute" data-action-label="Create Product Attribute" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Create Product Attribute</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="woocommerce_create_product_attribute" aria-label="Copy woocommerce_create_product_attribute"><code className="connector-page-code">woocommerce\_create\_product\_attribute</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Create a new global product attribute.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="woocommerce_retrieve_product_attribute" data-action-label="Retrieve Product Attribute" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Retrieve Product Attribute</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="woocommerce_retrieve_product_attribute" aria-label="Copy woocommerce_retrieve_product_attribute"><code className="connector-page-code">woocommerce\_retrieve\_product\_attribute</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a single product attribute by ID.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="woocommerce_update_product_attribute" data-action-label="Update Product Attribute" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Update Product Attribute</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="woocommerce_update_product_attribute" aria-label="Copy woocommerce_update_product_attribute"><code className="connector-page-code">woocommerce\_update\_product\_attribute</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Update an existing product attribute.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="woocommerce_delete_product_attribute" data-action-label="Delete Product Attribute" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Delete Product Attribute</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="woocommerce_delete_product_attribute" aria-label="Copy woocommerce_delete_product_attribute"><code className="connector-page-code">woocommerce\_delete\_product\_attribute</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Delete a product attribute by ID.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="woocommerce_list_product_reviews" data-action-label="List Product Reviews" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Product Reviews</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="woocommerce_list_product_reviews" aria-label="Copy woocommerce_list_product_reviews"><code className="connector-page-code">woocommerce\_list\_product\_reviews</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a list of product reviews.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="woocommerce_create_product_review" data-action-label="Create Product Review" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Create Product Review</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="woocommerce_create_product_review" aria-label="Copy woocommerce_create_product_review"><code className="connector-page-code">woocommerce\_create\_product\_review</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Create a new product review.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="woocommerce_retrieve_product_review" data-action-label="Retrieve Product Review" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Retrieve Product Review</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="woocommerce_retrieve_product_review" aria-label="Copy woocommerce_retrieve_product_review"><code className="connector-page-code">woocommerce\_retrieve\_product\_review</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a single product review by ID.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="woocommerce_update_product_review" data-action-label="Update Product Review" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Update Product Review</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="woocommerce_update_product_review" aria-label="Copy woocommerce_update_product_review"><code className="connector-page-code">woocommerce\_update\_product\_review</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Update an existing product review.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="woocommerce_delete_product_review" data-action-label="Delete Product Review" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Delete Product Review</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="woocommerce_delete_product_review" aria-label="Copy woocommerce_delete_product_review"><code className="connector-page-code">woocommerce\_delete\_product\_review</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Delete a product review by ID.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="woocommerce_list_product_attribute_terms" data-action-label="List Product Attribute Terms" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Product Attribute Terms</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="woocommerce_list_product_attribute_terms" aria-label="Copy woocommerce_list_product_attribute_terms"><code className="connector-page-code">woocommerce\_list\_product\_attribute\_terms</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve all terms for a specific product attribute.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="woocommerce_create_product_attribute_term" data-action-label="Create Product Attribute Term" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Create Product Attribute Term</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="woocommerce_create_product_attribute_term" aria-label="Copy woocommerce_create_product_attribute_term"><code className="connector-page-code">woocommerce\_create\_product\_attribute\_term</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Create a new term for a product attribute.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="woocommerce_retrieve_product_attribute_term" data-action-label="Retrieve Product Attribute Term" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Retrieve Product Attribute Term</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="woocommerce_retrieve_product_attribute_term" aria-label="Copy woocommerce_retrieve_product_attribute_term"><code className="connector-page-code">woocommerce\_retrieve\_product\_attribute\_term</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a single attribute term by ID.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="woocommerce_update_product_attribute_term" data-action-label="Update Product Attribute Term" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Update Product Attribute Term</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="woocommerce_update_product_attribute_term" aria-label="Copy woocommerce_update_product_attribute_term"><code className="connector-page-code">woocommerce\_update\_product\_attribute\_term</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Update an existing attribute term by ID.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="woocommerce_delete_product_attribute_term" data-action-label="Delete Product Attribute Term" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Delete Product Attribute Term</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="woocommerce_delete_product_attribute_term" aria-label="Copy woocommerce_delete_product_attribute_term"><code className="connector-page-code">woocommerce\_delete\_product\_attribute\_term</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Delete an attribute term by ID.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="woocommerce_list_product_variations" data-action-label="List Product Variations" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Product Variations</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="woocommerce_list_product_variations" aria-label="Copy woocommerce_list_product_variations"><code className="connector-page-code">woocommerce\_list\_product\_variations</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve all variations for a specific product.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="woocommerce_create_product_variation" data-action-label="Create Product Variation" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Create Product Variation</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="woocommerce_create_product_variation" aria-label="Copy woocommerce_create_product_variation"><code className="connector-page-code">woocommerce\_create\_product\_variation</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Create a new variation for a variable product.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="woocommerce_retrieve_product_variation" data-action-label="Retrieve Product Variation" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Retrieve Product Variation</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="woocommerce_retrieve_product_variation" aria-label="Copy woocommerce_retrieve_product_variation"><code className="connector-page-code">woocommerce\_retrieve\_product\_variation</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a single product variation by ID.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="woocommerce_update_product_variation" data-action-label="Update Product Variation" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Update Product Variation</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="woocommerce_update_product_variation" aria-label="Copy woocommerce_update_product_variation"><code className="connector-page-code">woocommerce\_update\_product\_variation</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Update an existing product variation by ID.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="woocommerce_delete_product_variation" data-action-label="Delete Product Variation" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Delete Product Variation</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="woocommerce_delete_product_variation" aria-label="Copy woocommerce_delete_product_variation"><code className="connector-page-code">woocommerce\_delete\_product\_variation</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Delete a product variation by ID.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="woocommerce_list_coupons" data-action-label="List Coupons" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Coupons</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="woocommerce_list_coupons" aria-label="Copy woocommerce_list_coupons"><code className="connector-page-code">woocommerce\_list\_coupons</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a paginated list of coupons.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="woocommerce_create_coupon" data-action-label="Create Coupon" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Create Coupon</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="woocommerce_create_coupon" aria-label="Copy woocommerce_create_coupon"><code className="connector-page-code">woocommerce\_create\_coupon</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Create a new coupon.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="woocommerce_retrieve_coupon" data-action-label="Retrieve Coupon" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Retrieve Coupon</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="woocommerce_retrieve_coupon" aria-label="Copy woocommerce_retrieve_coupon"><code className="connector-page-code">woocommerce\_retrieve\_coupon</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a single coupon by ID.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="woocommerce_update_coupon" data-action-label="Update Coupon" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Update Coupon</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="woocommerce_update_coupon" aria-label="Copy woocommerce_update_coupon"><code className="connector-page-code">woocommerce\_update\_coupon</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Update an existing coupon by ID.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="woocommerce_delete_coupon" data-action-label="Delete Coupon" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Delete Coupon</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="woocommerce_delete_coupon" aria-label="Copy woocommerce_delete_coupon"><code className="connector-page-code">woocommerce\_delete\_coupon</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Delete a coupon by ID.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="woocommerce_list_tax_rates" data-action-label="List Tax Rates" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Tax Rates</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="woocommerce_list_tax_rates" aria-label="Copy woocommerce_list_tax_rates"><code className="connector-page-code">woocommerce\_list\_tax\_rates</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a paginated list of all tax rates.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="woocommerce_create_tax_rate" data-action-label="Create Tax Rate" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Create Tax Rate</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="woocommerce_create_tax_rate" aria-label="Copy woocommerce_create_tax_rate"><code className="connector-page-code">woocommerce\_create\_tax\_rate</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Create a new tax rate.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="woocommerce_retrieve_tax_rate" data-action-label="Retrieve Tax Rate" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Retrieve Tax Rate</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="woocommerce_retrieve_tax_rate" aria-label="Copy woocommerce_retrieve_tax_rate"><code className="connector-page-code">woocommerce\_retrieve\_tax\_rate</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a single tax rate by ID.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="woocommerce_update_tax_rate" data-action-label="Update Tax Rate" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Update Tax Rate</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="woocommerce_update_tax_rate" aria-label="Copy woocommerce_update_tax_rate"><code className="connector-page-code">woocommerce\_update\_tax\_rate</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Update an existing tax rate by ID.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="woocommerce_delete_tax_rate" data-action-label="Delete Tax Rate" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Delete Tax Rate</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="woocommerce_delete_tax_rate" aria-label="Copy woocommerce_delete_tax_rate"><code className="connector-page-code">woocommerce\_delete\_tax\_rate</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Delete a tax rate by ID.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="woocommerce_list_tax_classes" data-action-label="List Tax Classes" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Tax Classes</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="woocommerce_list_tax_classes" aria-label="Copy woocommerce_list_tax_classes"><code className="connector-page-code">woocommerce\_list\_tax\_classes</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve all tax classes.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="woocommerce_list_shipping_zones" data-action-label="List Shipping Zones" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Shipping Zones</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="woocommerce_list_shipping_zones" aria-label="Copy woocommerce_list_shipping_zones"><code className="connector-page-code">woocommerce\_list\_shipping\_zones</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve all shipping zones.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="woocommerce_list_payment_gateways" data-action-label="List Payment Gateways" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Payment Gateways</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="woocommerce_list_payment_gateways" aria-label="Copy woocommerce_list_payment_gateways"><code className="connector-page-code">woocommerce\_list\_payment\_gateways</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve all available payment gateways.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="woocommerce_retrieve_system_status" data-action-label="Retrieve System Status" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Retrieve System Status</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="woocommerce_retrieve_system_status" aria-label="Copy woocommerce_retrieve_system_status"><code className="connector-page-code">woocommerce\_retrieve\_system\_status</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve WooCommerce system status information.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="woocommerce_retrieve_sales_report" data-action-label="Retrieve Sales Report" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Retrieve Sales Report</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="woocommerce_retrieve_sales_report" aria-label="Copy woocommerce_retrieve_sales_report"><code className="connector-page-code">woocommerce\_retrieve\_sales\_report</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a sales report for a given period.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="woocommerce_list_webhooks" data-action-label="List Webhooks" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Webhooks</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="woocommerce_list_webhooks" aria-label="Copy woocommerce_list_webhooks"><code className="connector-page-code">woocommerce\_list\_webhooks</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a paginated list of webhooks.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="woocommerce_create_webhook" data-action-label="Create Webhook" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Create Webhook</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="woocommerce_create_webhook" aria-label="Copy woocommerce_create_webhook"><code className="connector-page-code">woocommerce\_create\_webhook</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Create a new webhook.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="woocommerce_retrieve_webhook" data-action-label="Retrieve Webhook" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Retrieve Webhook</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="woocommerce_retrieve_webhook" aria-label="Copy woocommerce_retrieve_webhook"><code className="connector-page-code">woocommerce\_retrieve\_webhook</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a single webhook by ID.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="woocommerce_update_webhook" data-action-label="Update Webhook" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Update Webhook</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="woocommerce_update_webhook" aria-label="Copy woocommerce_update_webhook"><code className="connector-page-code">woocommerce\_update\_webhook</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Update an existing webhook by ID.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="woocommerce_delete_webhook" data-action-label="Delete Webhook" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Delete Webhook</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="woocommerce_delete_webhook" aria-label="Copy woocommerce_delete_webhook"><code className="connector-page-code">woocommerce\_delete\_webhook</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Delete a webhook by ID.</div>
      </div>
    </div>
  </div>
</div>

## Getting Started

<Steps>
  <Step title="Create or Select a Project">
    Set up a new project or select an existing one. See the [Projects Guide](/guides/managing-projects).
  </Step>

  <Step title="Configure the Connector">
    Enable the connector and set up a connector profile in your project. See [Managing Connectors](/guides/explore-connectors).

    <Columns cols={2}>
      <Card title="Connector Profile" href="/connectors/woocommerce/guides/connector-profile/api-keys" icon="https://stackone-logos.com/api/woocommerce/filled/png" horizontal>
        WooCommerce - API Keys
      </Card>
    </Columns>
  </Step>

  <Step title="Link an Account">
    Connect an account using [StackOne Hub](/guides/embedding-stackone-hub) or [Auth Link](/guides/auth-link).

    <Columns cols={2}>
      <Card title="Link Account" href="/connectors/woocommerce/guides/link-account/api-keys" icon="https://stackone-logos.com/api/woocommerce/filled/png" horizontal>
        WooCommerce - API Keys
      </Card>
    </Columns>
  </Step>

  <Step title="Use Actions">
    Invoke actions using one of the methods below:

    * [MCP](/mcp/quickstart) – Model Context Protocol for AI assistants
    * [A2A](/a2a/quickstart) – Agent-to-Agent protocol
    * [AI Toolset (TypeScript)](/agents/typescript/introduction) – TypeScript SDK for AI agents
    * [AI Toolset (Python)](/agents/python/introduction) – Python SDK for AI agents
    * [Actions RPC](/platform/api-reference/actions/make-an-rpc-call-to-an-action) – Direct API calls
    * [Playground](/guides/playground) – Test actions in the dashboard
  </Step>
</Steps>
