Orders
Create order
Batch retrieve orders
Calculate order
Clone order
Search orders
Retrieve order
Update order
Pay order
Webhooks
order.created
order.fulfillment.updated
order.updated
<- Bookings API
Bookings API
Version
2024-11-20
GET
/v2/orders/{order_id}
Retrieves an Order by ID.
Example code
order_id
string
Required
The ID of the order to retrieve.
order
Order
The requested order.
Show attributes
errors
Error [ ]
Any errors that occurred during the request.