get_order_details
Retrieves full details of a specific past order, including every item ordered, quantities, and prices. Useful for reordering.
Platform Support
| Platform | Status | Notes |
|---|---|---|
| iOS | Yes | — |
| Android | Yes | — |
Authentication Required
The user must be signed in to use this tool.
Description
Get detailed information about a specific order
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
order_code | string | Yes | — | The order code to look up |
Response
| Field | Type | Description |
|---|---|---|
order_code | string | Order identifier |
date | string | Order date |
total | string | Order total |
status | string | Order status |
items | array | Items in the order |
product_code | string | Product code |
name | string | Product name |
quantity | integer | Quantity ordered |
price | string | Item price |
Error Codes
| Code | Description |
|---|---|
AUTH_REQUIRED | User must be signed in |
INVALID_PARAMS | Missing order_code |
Source Files
- iOS:
one-app-ios-chat/Chat/Sources/Chat/MCP/EcommerceMCPServer.swift - Android:
chat-pnp-android/mcp-ecommerce/src/main/java/pnp/app/mcp/ecommerce/tools/EcommerceMCPTools.kt