live · Developer Tools · JSON · API for agents
Add a SKU to the user's cart
{
"name": "add_to_cart",
"kind": "write",
"impl": "imperative",
"description": "Add a SKU to the user's cart",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}Search past orders by date or item
{
"name": "search_orders",
"kind": "read",
"impl": "imperative",
"description": "Search past orders by date or item",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}