Is this store's revenue path healthy right now?
get_checkout_health_snapshotAnswers: is anything wrong with this connected WooCommerce store's checkout and payment path right now, and is a full diagnosis worth running? Free, always. Returns order counts by status with the change across the window, gateway/webhook/scheduler health, checkout page health, how many recent commerce changes there were, which signal families this store can and cannot report, and how fresh the underlying data is. Call this FIRST — it is cheap, and diagnosis_recommended tells you whether the expensive call would have anything to work with. It returns no customer, order, or payment identifier because the store never sends any.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| window_seconds | No | Window in seconds. Default 86400 (24h), maximum 604800 (7d). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | Yes | ||
| coverage | Yes | ||
| connected | Yes | ||
| collected_at | Yes | ||
| order_counts | Yes | ||
| data_freshness | Yes | ||
| recent_changes | Yes | ||
| gateway_summary | Yes | ||
| webhook_summary | Yes | ||
| scheduler_overdue | Yes | ||
| error_fingerprints | Yes | ||
| diagnosis_recommended | Yes | ||
| paid_order_change_pct | Yes | Change in paid orders across the window; null when there is too little data to compare. |