Skip to main content
GET
List freight orders (orders shipping via LTL/freight)

Authorizations

Authorization
string
header
required

API key issued per entity via Settings > Developers > API Keys. Each key carries scopes (e.g. orders:read, products:write). Bearer token format: Authorization: Bearer ark_live_ent_Test keys use ark_test_ent_. Both are issued per entity
via Settings > Developers > API Keys.

Query Parameters

status
string

Filter by orders.status (draft / confirmed / fulfilled / invoiced / cancelled / archived).

location_id
string<uuid>

Filter by orders.location_id (Layer 4).

from_date
string<date>

Inclusive lower bound on created_at.

to_date
string<date>

Exclusive upper bound (created_at < to_date + 1 day).

freight_class
string

Filter by resolved NMFC freight class (50, 55, 60, ..., 500).

carrier_name
string

Substring match (case-insensitive) on the accepted quote's carrier_name.

limit
integer
default:50
Required range: 1 <= x <= 200
cursor
string

Opaque cursor from previous page (next_cursor).

Response

Freight order list envelope

object
string
Example:

"list"

data
object[]
has_more
boolean
next_cursor
string | null
url
string
Example:

"/v1/freight_orders"