# Order

An Order represents the financial side of a purchase made through Understory.

Each Order is linked to its origin (a booking or a gift card purchase) and carries its line items,
transactions, and refunds. Use this API to reconcile payments, build invoices, and audit the financial trail.

 - [GET /v1/orders](https://developer.understory.io/apis/order/getorders.md): Get all orders.
 - [GET /v1/orders/{orderId}](https://developer.understory.io/apis/order/getorder.md): Get an order by its ID.
 - [GET /v1/orders/{orderId}/line-items](https://developer.understory.io/apis/order/getlineitems.md): Get all line items for an order. **Resolving product names** Line items contain product references but not human-readable names. To resolve the name, use the `product_type` and `details` fields to det
 - [GET /v1/orders/{orderId}/transactions](https://developer.understory.io/apis/order/gettransactions.md): Get all transactions for an order.
 - [GET /v1/orders/{orderId}/refunds](https://developer.understory.io/apis/order/getrefunds.md): Get all refunds for an order.
