You're viewing a demo portfolio

Join the waitlist
PRSM

list_orders

Active

Tool of Synchronity

declared in 0.2.0

List recent orders for a site, optionally filtered by status (pending, processing, completed, cancelled, refunded). Orders are buyer-private — pass `buyer_delegation_token` (from this buyer's checkout approval); only that buyer's orders are returned.

Parameters schema

{
  "type": "object",
  "required": [
    "site_id"
  ],
  "properties": {
    "page": {
      "type": "integer",
      "description": "Page number (1-indexed, default: 1)"
    },
    "status": {
      "enum": [
        "pending",
        "processing",
        "completed",
        "cancelled",
        "refunded"
      ],
      "type": "string",
      "description": "Filter by order status"
    },
    "site_id": {
      "type": "string",
      "description": "Registered site ID"
    },
    "per_page": {
      "type": "integer",
      "description": "Results per page (max 100, default: 20)"
    },
    "buyer_delegation_token": {
      "type": "string",
      "description": "The buyer's delegation token (from their checkout approval); required to list their orders."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Synchronity

https://github.com/themewireco/synchronity

2/7 registries
View full server →