---
title: "Search inbounds"
method: GET
path: "/inbounds"
tags: ["inbounds"]
---

# Search inbounds

`GET /inbounds`

ADD ENDPOINT DESCRIPTION HERE

## Query parameters

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

## Response `200`

successful operation

- InboundSummary[]
  - `sellerId` integer, required — Seller ID.
  - `warehouseId` integer, required — Warehouse ID. <br>A list of warehouse identifiers and names can be obtained by executing GET /warehouses
  - `shipFrom` AddressDetail, required
    - `name1` string
    - `name2` string
    - `company` string
    - `address1` string
    - `address2` string
    - `address3` string
    - `zip` string
    - `city` string
    - `state` string
    - `country` string
    - `phone` string
    - `email` string
  - `estimatedArrivalTime` string, date-time, required — Estimated date of arrival
  - `deliverySlipNumber` string, required — Delivery slip number
  - `customAttributes` object — Optional custom attributes of this inbound.
  - `movementReferenceNumber` string — Optional movement reference number. Unique identifier assigned to customs declarations within the UK and EU
  - `id` integer
  - `created` string, date-time
  - `completedAt` string, date-time
  - `cancelledAt` string, date-time
  - `inboundIdentifier` string
  - `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
  - `trackingLink` string
  - `trackingNumber` string
  - `carrier` string
  - `createdByLogsta` boolean
  - `inboundStatus` 'PENDING' | 'CREATED' | 'PROCESSING' | 'COMPLETED' | 'CANCELLED'
  - `tags` string[]
  - `inboundPositions` InboundPositionSummary[]
    - `inboundPositionId` integer
    - `sku` string
    - `warehouseSku` string
    - `articleIdentifier` string
    - `quantity` integer
    - `customAttributes` object
  - `inboundShipments` InboundShipmentSummary[]
    - `inboundShipmentIdentifier` string
    - `arrivedAt` string, date-time
    - `inboundShipmentPositions` InboundShipmentPositionSummary[]
      - `quantity` integer
      - `warehouseSku` string
      - `lot` string
      - `positionIdentifier` string
      - `location` string
      - `expirationDate` string, date
    - `totalGrossWeight` number
  - `deliveryInfo` InboundDeliveryInfoDetail
    - `cargoType` 'CARTON' | 'PALLET' | 'CONTAINER', required — Cargo type.
    - `quantity` integer, required — Cargo quantity.

---

[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)
