---
title: "Bulk Editor PRO"
description: "Efficiently manage transfer settings across hundreds of WooCommerce products using the Bulk Editor. Filter by category, name, SKU, or attributes and edit connected accounts and transfer values in bulk."
url: "https://docs.splitpayplugin.com/features/bulk-editor/"
---
## Overview

Managing transfer settings on a product-by-product basis can be time-consuming, especially for stores with hundreds or thousands of products. The Bulk Editor provides a spreadsheet-like interface where you can view and edit connected accounts, transfer types, and transfer values for all your products in one place.

## Accessing the bulk editor

Navigate to **Split Pay → Bulk Editor** in your WordPress admin (top-level menu, added in 3.7.0). The editor loads a table showing all your products and their current transfer settings.

![Split Pay Plugin Bulk Editor](../../images/bulk-editor.png)

Split Pay Plugin Bulk Editor

## Filtering products

By default, the Bulk Editor displays **all products**. Use the filter bar at the top to narrow down the list. Available filter criteria include:

| Filter | Description |
| --- | --- |
| **Category** | Filter by WooCommerce product category (e.g., "T-Shirts", "Electronics"). |
| **Product Name** | Search by product name or partial name. |
| **SKU** | Search by product SKU. |
| **Product Attribute** | Filter by any product attribute (e.g., color, size, brand). |

### Filter conditions

Each filter supports two conditions:

*   **Is any of** — Show products that match any of the selected values (inclusive filter).
*   **Is none of** — Exclude products that match any of the selected values (exclusive filter).

### Combining multiple filters

You can add multiple filters to create more specific queries. Click **Add Filter** to add additional criteria. All filters are combined with AND logic — products must match all active filters to appear in the results.

![Adding a Filter in the Bulk Editor](../../images/bulk-editor-add-filter.png)

Adding a Filter in the Bulk Editor

**Example:** To find all products in the "Clothing" category with a "Blue" color attribute, add a Category filter set to "Is any of: Clothing" and a Product Attribute filter set to "Is any of: Blue".

## Editing transfer settings

Each row in the Bulk Editor table represents a product and shows its current transfer configuration. You can edit the following fields inline:

*   **Connected Account** — The Stripe account ID (`acct_...`) that will receive transfers for this product.
*   **Transfer Type** — Choose between Percentage, Fixed Amount, or Remainder.
*   **Transfer Value** — The percentage or dollar amount to transfer.

Make your changes directly in the table. Modified rows are highlighted to show unsaved changes. Click **Save** when you're done to apply all changes at once.

![Editing Values in the Bulk Editor](../../images/bulk-editor-editing.png)

Editing Values in the Bulk Editor

## Common use cases

*   **Onboarding a new vendor:** Filter by the vendor's product category, then set the connected account ID and transfer values for all their products simultaneously.
*   **Changing transfer rates:** Filter to find all products with a specific connected account, then update the transfer percentage across the board.
*   **Auditing settings:** Use the "Show All Products" view to spot products that are missing transfer configurations or have unexpected values.
*   **Seasonal adjustments:** Temporarily change transfer percentages for a product category during promotional periods.

**Caution:** Bulk changes take effect immediately after saving. Double-check your filters and values before saving to avoid unintended changes to product transfer settings.
