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
Example response
{
"is_installed": true
}