# GET /orders

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

List ecommerce orders. Filter by status or store_id query params.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `status` | query | string | no |  |
| `store_id` | query | string | no |  |
| `limit` | query | number | no |  |

## Request example

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

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