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

# Search for orders

`GET /orders`

ADD ENDPOINT DESCRIPTION HERE

## Query parameters

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

## Response `200`

successful operation

- OrderSummary[]
  - `orderId` integer
  - `sellerId` integer
  - `created` string, date-time
  - `lastModified` string, date-time
  - `orderIdentifier` string
  - `orderReference` string
  - `orderStatus` string
  - `tags` string[]
  - `orderDate` string, date-time
  - `cancelRequestedAt` string, date-time
  - `shipToCountry` string
  - `shipToZip` string
  - `shipToCompany` string
  - `shipToName1` string
  - `shipToName2` string
  - `shipToAddressIdentifier` string
  - `shipToAdditionalIdentifiers` OrderAddressAdditionalIdentifier[]
    - `identifier` string
    - `type` string
  - `earliestPredatedShipment` string, date
  - `latestPredatedShipment` string, date
  - `shipmentTracking` TrackingSummary[]
    - `number` string
    - `link` string
  - `completedAt` string, date-time
  - `exportedAt` string, date-time
  - `shipToEmail` string
  - `billToEmail` string
  - `piiDataRemoved` boolean
  - `totalShipmentWeight` number
  - `positions` PositionSummary[]
    - `positionId` integer
    - `positionIdentifier` string
    - `name` string
    - `sku` string
    - `customAttributes` object
  - `fulfillmentOrders` FulfillmentOrderSummary[]
    - `fulfillmentOrderIdentifier` string
    - `fulfillmentStatus` string
    - `positions` FulfillmentOrderPositionSummary[]
      - `fulfillmentOrderPositionId` integer
      - `orderedSku` string
      - `sku` string
      - `warehouseSku` string
      - `quantity` integer
      - `lot` string
      - `location` string
      - `customsValue` number
      - `expirationDate` string, date-time
    - `shipments` ShipmentSummary[]
      - `shipmentId` integer
      - `shipmentIdentifier` string
      - `positions` ShipmentPositionDetail[]
        - `shipmentPositionId` integer
        - `sku` string
        - `warehouseSku` string
        - `sellerSku` string
        - `quantity` integer
        - `lot` string
        - `location` string
        - `expirationDate` string, date-time
        - `serialNumbers` string[]
        - `positionIdentifier` string
  - `entityErrors` EntityErrorSummary[]
    - `errorCode` string
    - `errorMessage` 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
  - `shopId` integer
  - `shopSystem` string
  - `shopSystemName` string
  - `customerPurchaseOrderNumber` string
  - `channelId` string
  - `channelName` string
  - `customAttributes` object

---

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