For the complete documentation index, see llms.txt. This page is also available as Markdown.

Manage and undo splits

Track your splits as batches, retry anything that failed, and completely undo a split if you change your mind.

Every split you run is recorded so you can check on it, retry parts that failed, or undo it entirely.

Batches

Each time you split a set of products, the app groups that run into a batch. Open View batches from the Split products page to see them.

The Batches list showing each split run with its status and product count
Every split run, with its status and how many products it created.

A batch moves through these states:

Badge
Meaning

Queued

Waiting for an earlier batch to finish — splits run one at a time.

Splitting n/N

In progress, with a live count of finished products.

Split

Completed successfully.

n failed

Completed, but some products didn't split.

Canceled

Stopped before finishing.

From a finished batch you can:

  • Re-run failed — try again on just the products that didn't succeed.

  • Remove from history — clear the batch record. This only removes the entry from this list; the products it created are not deleted.

Retry a single product

If one product shows Failed on the Split products list, click Retry on its row to run just that one again. Failures are usually temporary (for example, a brief hiccup talking to Shopify), and a retry normally clears them.

Revert a split

Changed your mind? You can completely undo a finished split. On the Split products list, open the row's actions and choose Revert.

The Revert this split dialog listing the products to delete, the group to remove, and the original to restore
Revert spells out exactly what will be deleted and restored before you confirm.

Reverting a split will:

  1. Delete the products it created — permanently.

  2. Remove the combined-listing group it built.

  3. Restore the original product to the exact status it had before (Active or Draft), so it's ready to split again.

The row is kept as a Reverted record for your history, and the original product becomes available in the picker again immediately.

Only finished splits (status Split) can be reverted. If a split is still running, cancel or let it finish first.

Last updated

Was this helpful?