WooCommerce · Schema

OrderNote

A note attached to an order.

E-CommerceOpen-SourceOrderProductWordPress

Properties

Name Type Description
id integer Note unique identifier.
date_created string Date the note was created.
note string Note text content.
customer_note boolean Whether this note is visible to the customer.
added_by_user boolean Whether the note was added by a store user (vs system).
View JSON Schema on GitHub

JSON Schema

woocommerce-rest-api-order-note-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-order-note-schema.json",
  "title": "OrderNote",
  "description": "A note attached to an order.",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "description": "Note unique identifier.",
      "example": 1
    },
    "date_created": {
      "type": "string",
      "format": "date-time",
      "description": "Date the note was created.",
      "example": "2026-05-03T14:30:00Z"
    },
    "note": {
      "type": "string",
      "description": "Note text content.",
      "example": "string-value"
    },
    "customer_note": {
      "type": "boolean",
      "description": "Whether this note is visible to the customer.",
      "example": true
    },
    "added_by_user": {
      "type": "boolean",
      "description": "Whether the note was added by a store user (vs system).",
      "example": true
    }
  }
}

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-order-note"
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.