# GET /orders/:order_id/items

**Resource:** [Orders](./orders.md)  
**MCP tool:** `list_order_items`  
**Scopes:** `ecommerce:read`  
**Write operation:** no

List the line items for an ecommerce order.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `order_id` | path | string | yes |  |

## Request example

```bash
curl   "https://api.trustpager.com/functions/v1/api/v1/orders/:order_id/items"   -H "Authorization: Bearer YOUR_API_KEY"
```

---
Base URL: `https://api.trustpager.com/functions/v1/api/v1` — Auth: `Authorization: Bearer YOUR_API_KEY`