latestOpenAPI 3.0.3MIT2026-08-10471155.4 KB

3b3179c504b0

Orders

Get a single order by ID

Fetch one record by UUID. Add ?expand=user,product to inline the linked user and product objects.

get/api/v1/orders/{id}

Path parameters

idstring uuid required

Record UUID

Query parameters

expandstring
Example:user,product

Comma-separated relations to inline: user, product

Response

Default Response

successboolean

Example response

{
  "success": true
}