WooCommerce · Schema

Webhook

A WooCommerce webhook configuration.

E-CommerceOpen-SourceOrderProductWordPress

Properties

Name Type Description
id integer Webhook unique identifier.
name string Friendly name for the webhook.
status string Webhook status. Options: active, paused, disabled.
topic string Webhook topic that determines which events trigger the webhook (e.g. order.created, product.updated).
resource string Resource type associated with the topic (e.g. order, product).
event string Event action associated with the topic (e.g. created, updated).
delivery_url string URL that receives the webhook HTTP POST payload.
date_created string Date the webhook was created.
date_modified string Date the webhook was last modified.
View JSON Schema on GitHub

JSON Schema

woocommerce-rest-api-webhook-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/woocommerce/refs/heads/main/json-schema/woocommerce-rest-api-webhook-schema.json",
  "title": "Webhook",
  "description": "A WooCommerce webhook configuration.",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "description": "Webhook unique identifier.",
      "example": 1
    },
    "name": {
      "type": "string",
      "description": "Friendly name for the webhook.",
      "example": "Example Name"
    },
    "status": {
      "type": "string",
      "description": "Webhook status. Options: active, paused, disabled.",
      "enum": [
        "active",
        "paused",
        "disabled"
      ],
      "example": "active"
    },
    "topic": {
      "type": "string",
      "description": "Webhook topic that determines which events trigger the webhook (e.g. order.created, product.updated).",
      "example": "string-value"
    },
    "resource": {
      "type": "string",
      "description": "Resource type associated with the topic (e.g. order, product).",
      "example": "string-value"
    },
    "event": {
      "type": "string",
      "description": "Event action associated with the topic (e.g. created, updated).",
      "example": "string-value"
    },
    "delivery_url": {
      "type": "string",
      "format": "uri",
      "description": "URL that receives the webhook HTTP POST payload.",
      "example": "https://example.com/path"
    },
    "date_created": {
      "type": "string",
      "format": "date-time",
      "description": "Date the webhook was created.",
      "example": "2026-05-03T14:30:00Z"
    },
    "date_modified": {
      "type": "string",
      "format": "date-time",
      "description": "Date the webhook was last modified.",
      "example": "2026-05-03T14:30:00Z"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/woocommerce-rest-api-webhook"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.