Orders
Orders without payment data.
Updated on January 1, 1970
Privacy and analytics
We use necessary technical cookies and, only with your consent, analytics and marketing pixels to improve the website and measure campaigns.
Orders without payment data.
Updated on January 1, 1970
Read-only in every door.
Brand orders with status, date and total. No payment ids, card data or customer emails.
| Field | Value |
|---|---|
| Kind | Read |
| HTTP method | POST /api/v1/orders.list |
| MCP tool | orders_list |
| Scope | orders.read |
| Minimum role | Billing |
| Human confirmation | No |
| Doors | Nödo, Voice, MCP, API |
| Status | Planned |
| Widget | list |
Input
{
cursor?: string // ≤ 512 · Opaque cursor from a previous `nextCursor`.
limit?: integer // 1–50 · default 20
}Output
{
items: Array<{
id: string // uuid
number: string
status: string
total: number
currency: string
createdAt: string
}>
nextCursor: string | null
}