You're viewing a demo portfolio

Join the waitlist
PRSM

woo_get_order

Active

Tool of mcp-woocommerce

declared in 0.1.0

Fetch a single WooCommerce order by numeric ID. Returns full order details including line items, customer billing/shipping, payment method, totals, and current status.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "id": 456,
      "_apiKey": "your-woocommerce-api-key",
      "_storeUrl": "https://mystore.com",
      "_apiSecret": "your-woocommerce-api-secret"
    }
  ],
  "required": [
    "_apiKey",
    "_apiSecret",
    "_storeUrl",
    "id"
  ],
  "properties": {
    "id": {
      "type": "number",
      "description": "Order ID"
    },
    "_apiKey": {
      "type": "string",
      "description": "WooCommerce consumer key"
    },
    "_storeUrl": {
      "type": "string",
      "description": "Store URL (e.g., https://mystore.com)"
    },
    "_apiSecret": {
      "type": "string",
      "description": "WooCommerce consumer secret"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

mcp-woocommerce

https://github.com/pipeworx-io/mcp-woocommerce

2/7 registries
View full server →
woo_get_order — mcp-woocommerce — PRSM MCP