list_orders
List closed orders. Returns {orders[], pagination: {has_next_page, cursor, total_count}}. Default per_page is 20, max 50.
Schema
Input Schema
{
"type": "object",
"required": [
"orders"
],
"properties": {
"orders": {
"type": "object",
"properties": {
"cursor": {
"type": "string",
"description": "Page number as a string (\"2\" for the second page); take it from a previous response's pagination.cursor."
},
"per_page": {
"type": "integer",
"maximum": 50,
"minimum": 1,
"description": "Orders per page, 1-50; defaults to 20."
}
},
"description": "Listing parameters. Send an empty object for the first page of the store's closed orders, newest first."
}
}
}
Verified Stores
2
Member Stores
Stores exposing the list_orders tool
Weekly UCP Report
Get the agentic commerce digest every Monday
Real adoption data, ecosystem trends, new spec versions, and the stores that broke or recovered this week. Read by founders and engineers building the next generation of commerce.
Weekly UCP Report
Issue #50 · Sep 14, 2026
+664
new verified stores
Verified rate
Latest spec
Cart capability
