Tools Catalog / WooCommerce tools / wc_create_order_note

wc_create_order_note tool reference for StifLi Flex MCP

Write
Group Orders, notes and refundsCapability edit_shop_orders

creates a note on an order. It can be a customer note or an internal note.

Description

creates a note on an order. It can be a customer note or an internal note.

What it is for

  • Recording actions or messages.

Example use case

leaving a fulfillment note.

Sample prompt

Add an internal note to order ID 5501 saying the replacement item was shipped today.

Sample response

{
  "tool": "wc_create_order_note",
  "status": "ok",
  "updated": true
}

What does wc_create_order_note do?

creates a note on an order. It can be a customer note or an internal note.

Does wc_create_order_note modify store data?

Yes. It is a write operation and can create, update, or delete data depending on arguments.

Which capability is commonly required?

It usually runs under controls compatible with edit_shop_orders and the active MCP profile.

How should wc_create_order_note be used safely?

Enable write confirmations, test in staging first, and keep changelog/rollback enabled.