Get a quick order
GET /quick-orders/{quick_order_id}
GET
/quick-orders/{quick_order_id}
Retrieve a specific quick order by ID
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” quick_order_id
required
string
Quick Order ID
Responses
Section titled “ Responses ”Quick order details
object
id
string
company_id
string
user_id
string | null
metadata
object | null
external_id
string | null
status
string | null
error
object | null
order_date
string | null
order_items
object | null
created_date
string | null format: date-time
Quick order not found