# Get Orders By ID Fetch a single order by ID. Endpoint: GET /Orders/{id} Version: 1.0.0 Security: bearerAuth ## Path parameters: - `id` (string, required) ## Response 200 fields (application/json): - `Id` (string) Example: "123e4567-e89b-12d3-a456-426614174000" - `Status` (string) Example: "InProgress" - `CustomerName` (string) Example: "Acme Corp" - `DeliveryNote` (string) Example: "DN-00123"