Skip to main content
GET
List freight quotes attached to an order

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.

Path Parameters

id
string<uuid>
required

Response

Freight quote list envelope

object
string
Example:

"list"

data
object[]
has_more
boolean
Example:

false

next_cursor
string | null
Example:

null

url
string
Example:

"/v1/freight_orders/{id}/quotes"