---
title: "Check if WooCommerce is installed"
method: GET
path: "/api/hosting/v1/wordpress/plugins/is-woocommerce-installed"
tags: ["WordPress: Plugins"]
---

# Check if WooCommerce is installed

`GET /api/hosting/v1/wordpress/plugins/is-woocommerce-installed`

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

## Query parameters

- `domain` string, nullable

## Response `200`

Success response

- WordPressV1PluginsWoocommerceInstalledResource
  - `is_installed` boolean — Whether WooCommerce is installed on any WordPress installation of the domain

## Other responses

- `401` — Unauthenticated response
- `500` — Error response

---

[API](https://skmtc.net/hostinger/apis/hostinger-api.md) · [All operations](https://skmtc.net/hostinger/apis/hostinger-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hostinger/hostinger-api/revisions/74abfea76e36/schema)
