Skip to content

List quick orders

GET
/quick-orders

Retrieve a list of quick order templates

page
integer
default: 1
page_size
integer
default: 50
status
string
user_id
string

List of quick orders

object
data
Array
total
integer
page
integer
page_size
integer
has_more
boolean
data
Array<object>
object
id
string
company_id
string
user_id
string | null
metadata
object | null
external_id
string | null
status
string | null
default: DRAFT
error
object | null
order_date
string | null
order_items
object | null
created_date
string | null format: date-time
sales_location_id

Sales location identifier

string | null
route_code

Route code for the order

string | null
printed

Whether the order has been printed

boolean | null
quote

Whether this is a quote

boolean | null
stage

Stage of the quick order workflow

string | null

Unauthorized

object
success
required
boolean
error
required
string
Example
An error occurred