GoDaddy Commerce Status
A lightweight WordPress plugin that adds GoDaddy Commerce diagnostic sections to WooCommerce > Status.
by GoDaddy · github.com/rneudorf-godaddy/godaddy-commerce-status
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/rneudorf-godaddy/godaddy-commerce-status/archive/refs/heads/main.zipA lightweight WordPress plugin that adds a GoDaddy Commerce Integration section to the WooCommerce Status page (WooCommerce > Status).
Built for support engineers and developers debugging commerce integration issues on GoDaddy Managed WooCommerce sites.
Note: this plugin is read-only, it does not modify any data or settings.
What it shows
A single panel on the WooCommerce Status page with the following subsections:
Store ID
The commerce context store identifier for the connected site.
API Version
- Eligible catalog API version (v1 or v2) with cache state
- Whether the code is currently using V2
- V1-to-V2 mapping job completion timestamps (category, product, location)
Webhook Subscription
- Current subscription details: ID, event types, delivery URL, enabled status
- Mismatch detection between subscribed and expected event types
- Delivery URL vs current site URL comparison
- Action Scheduler job history for webhook create/update/delete jobs
Circuit Breakers & Constants
- Emergency disable transients (auto-set on database errors)
- Active
DISABLE_*constants fromwp-config.php
Integrations
- Enabled/disabled status for each commerce integration (Catalog, Customers, Inventory, Locations, Orders)
- Catalog capabilities (read, write, events) with context-aware notes (e.g. read disabled is expected on V2)
Database Tables
- Row counts for all commerce tables
- Table existence verification
Requirements
- WordPress 5.0+
- WooCommerce 3.5+
- PHP 7.4+
- GoDaddy Commerce plugin (gracefully shows "Plugin not active" if missing)