---
title: "Search transport inquiries"
method: GET
path: "/transports"
tags: ["transports"]
---

# Search transport inquiries

`GET /transports`

ADD ENDPOINT DESCRIPTION HERE

## Query parameters

- `query` string
- `sort` string
- `page` integer
- `searchAfter` string
- `pageSize` integer

## Response `200`

successful operation

- TransportSummary[]
  - `shipTo` AddressData, required
    - `name` string — Name of the person. <br>Usually this is the first and last name.
    - `company` string — Name of the company.
    - `phone` string — Phone number. <br>The phone number is usually optional.
    - `email` string — E-Mail address.
    - `zip` string — ZIP Code. <br>The ZIP code is optional for some countries, but required for most.
    - `city` string, required — City. <br>The city should always be specified.
    - `state` string — State. <br>This is not required for most countries, but required in some (eg: United States).
    - `countryIso2` string, required — Country. <br>The country should always be specified.
    - `street` string, required — Street (or Address Line 1). <br>This field should always be specified.
    - `street2` string — Street (or Address Line 2). <br>This field is optional.
  - `sellerId` integer, required — Seller ID.
  - `pickupDate` string, date — Optional estimated date of departure
  - `deliveryDate` string, date — Optional estimated date of arrival
  - `id` integer
  - `created` string, date-time
  - `reference` string
  - `status` 'CREATED' | 'TRANSMITTED'
  - `sort` JsonNode
    - `float` boolean
    - `short` boolean
    - `nodeType` 'ARRAY' | 'BINARY' | 'BOOLEAN' | 'MISSING' | 'NULL' | 'NUMBER' | 'OBJECT' | 'POJO' | 'STRING'
    - `number` boolean
    - `double` boolean
    - `binary` boolean
    - `integralNumber` boolean
    - `boolean` boolean
    - `long` boolean
    - `int` boolean
    - `valueNode` boolean
    - `containerNode` boolean
    - `missingNode` boolean
    - `object` boolean
    - `pojo` boolean
    - `floatingPointNumber` boolean
    - `bigDecimal` boolean
    - `bigInteger` boolean
    - `textual` boolean
    - `array` boolean
    - `null` boolean

---

[API](https://skmtc.net/writechoiceorg/apis/connector.md) · [All operations](https://skmtc.net/writechoiceorg/apis/connector/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/writechoiceorg/connector/revisions/7ce09a4b2a4e/schema)
