Tools Catalog / WooCommerce tools / wc_get_orders

wc_get_orders tool reference for StifLi Flex MCP

Sensitive read
Group Orders, notes and refundsCapability edit_shop_orders

lists orders with filters for status, customer, product, dates, pagination, and optional enrichments for items, totals, and shipping.

Description

lists orders with filters for status, customer, product, dates, pagination, and optional enrichments for items, totals, and shipping.

What it is for

  • Reviewing sales.
  • Creating reports and analysis.
  • Preparing actions on orders.

Example use case

operations review.

Sample prompt

List the latest 20 processing orders and include their items, totals, and shipping data.

Sample response

{
  "tool": "wc_get_orders",
  "status": "ok",
  "items": []
}

What does wc_get_orders do?

lists orders with filters for status, customer, product, dates, pagination, and optional enrichments for items, totals, and shipping.

Does wc_get_orders modify store data?

It does not modify data, but it can expose sensitive customer, transaction, or technical details.

Which capability is commonly required?

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

How should wc_get_orders be used safely?

Restrict this tool by profile and avoid exposing full raw output in shared channels.