| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | Yes | Order ID |
| Field | Type | Description |
|---|---|---|
id | string | Order ID |
currency | string | Order currency |
total | number | Total order amount |
products | array | Array of product objects |
| Field | Type | Description |
|---|---|---|
id | string | Product ID |
name | string | Product name |
quantity | number | Quantity ordered |
price | number | Unit price |
| Status Code | Description |
|---|---|
| 401 | Unauthorized |
| 403 | Forbidden |
| 404 | Order not found |
| 500 | Internal Server Error |