v52

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-03269339953.6 KB
WordPress: Plugins

Check if WooCommerce is installed

Check whether WooCommerce is installed on any WordPress installation of a domain. Optionally filter by domain to scope the check.

get/api/hosting/v1/wordpress/plugins/is-woocommerce-installed

Query parameters

domainstring nullable
Example:example.com

Filter by domain name (exact match)

Response

Success response

is_installedboolean

Whether WooCommerce is installed on any WordPress installation of the domain

Example response

{
  "is_installed": true
}