Admin Controls
Control product and order creation screens, attribute management, and other administrative actions with server-side enforcement.
Administration controls, order safeguards, webhook infrastructure, operational tooling, and a read-only batch API — designed to keep complex WooCommerce stores predictable.
Useral extends WooCommerce with focused administration controls, order protection, webhook infrastructure and developer-facing operational tools — without interfering with programmatic workflows that need to keep running.
Control product and order creation screens, attribute management, and other administrative actions with server-side enforcement.
Protect order status and notes while keeping payment gateways, integrations, APIs and automated workflows operational.
A dedicated delivery queue with retry, recovery, spacing, coalescing and operational visibility.
Read the current status of many orders through a single, authenticated and read-only REST endpoint.
Run realistic checkout flows with configurable successful and failed payment outcomes for end-to-end testing.
Keep manual administration predictable while allowing supported automated processes to continue working normally.
Useral separates manual administrative restrictions from programmatic WooCommerce workflows. The result is a controlled admin experience without unnecessarily blocking integrations, APIs, scheduled jobs or payment processes.
Useral uses a dedicated queue for its webhook delivery workflow, with operational controls for retries, recovery, spacing, coalescing and visibility.
Own queue storage and scheduling provide an isolated delivery workflow for Useral webhooks.
Retry individual failed rows or run all failed deliveries. Jobs stuck in Running can be recovered automatically.
Store managers can exclude customer and order webhooks for specific users. Guest orders remain unaffected.
Configure a minimum gap between deliveries for the same order or person without delaying unrelated webhook traffic.
Recent orders can be re-announced when they remain in selected statuses, with configurable timing and look-back rules.
Pending, Running, Completed, Failed and Blocked states are visible from the Useral webhook queue screen.
Fetch the current status of many orders in one authenticated request. The endpoint is intentionally read-only and does not change order state.
$ curl -X GET \ "/wp-json/useral/v1/orders/status-batch?ids=1024,1025,1026" // response { "orders": [ { "id": 1024, "status": "processing" }, { "id": 1025, "status": "completed" }, { "id": 1026, "status": "on-hold" } ] }
Useral Test Gateway provides a realistic WooCommerce checkout flow for end-to-end scenarios. Choose a successful or failed outcome from an internal test screen without connecting to a real payment processor.
Useral sits between WooCommerce administration and the operational workflows that need additional control, while preserving supported automated paths.