Overview
Retrieve detailed information about a specific order. The order must belong to the tenant specified in the X-Tenant-ID header.Authorization
- User must be authenticated with a valid Bearer token
- User must be a member of the tenant
- Requires X-Tenant-ID header
Tenant Scoping
Only orders belonging to the specified tenant can be accessed. Attempting to access an order from a different tenant will return a 404 error.Path Parameters
| Parameter | Type | Description |
|---|---|---|
| id | integer | The unique identifier of the order |
Response
Returns detailed order information including:- All order items with product details
- User information
- Delivery address details
- Order status and timestamps
Example Usage
Success Response
Error Response
Order Not Found (404)
- The order ID doesn’t exist
- The order belongs to a different tenant
- The order has been deleted