---
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

## Changes

> 88 revisions in range; 5 could not be searched.

- **2026-07-03** `6f937dc77a38` — 1 info
  - endpoint added
- **2026-06-09** `d05574986eb1` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/hostinger/apis/hostinger-api/changes/api/hosting/v1/wordpress/plugins/is-woocommerce-installed/get.md)

---

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