Guidance for deleting all products
Thanks to user feedback, the Delete Products reference now explains how to clear an entire catalog.
- Batch deletion pattern — the endpoint requires a filter and caps each request at 250 products, so the reference now documents the fetch-IDs-then-delete loop for removing every product.
- Why the safeguards exist — the filter requirement and 250-product limit are intentional protections against inadvertent mass deletion, and the reference now says so.
For details, see Delete Products.
Wishlist breadcrumb URLs become absolute on September 26, 2026
Beginning September 26, 2026, breadcrumb links on Stencil wishlist details pages will use absolute URLs instead of storefront-relative paths.
- What’s changing — Every item in
{{breadcrumbs}}will return aurlthat includes the storefront scheme and domain. For example, a wishlist URL will change from/wishlist.phptohttps://www.example.com/wishlist.php. - Scope — The change applies to customer wishlist details pages and public wishlist share pages.
- Action required — If your theme prefixes breadcrumb URLs with a domain or base path, remove that prefix and render
{{url}}as-is. Themes that already render{{url}}directly, including the default Cornerstone breadcrumbs component, require no changes.
For the breadcrumb properties, see the Stencil object reference.