For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

Check if WooCommerce is installed

get

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

Authorizations
AuthorizationstringRequired

API Token authentication

Query parameters
domainstring · nullableOptional

Filter by domain name (case-insensitive substring match)

Example: example.com
Responses
200

Success response

application/json
is_installedbooleanOptional

Whether WooCommerce is installed on any WordPress installation of the domain

Example: true
get/api/hosting/v1/wordpress/plugins/is-woocommerce-installed
GET /api/hosting/v1/wordpress/plugins/is-woocommerce-installed HTTP/1.1
Host: developers.hostinger.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
  "is_installed": true
}

Last updated

Was this helpful?