---
title: "List fulfillments"
method: GET
path: "/fulfillments"
tags: ["fulfillments"]
---

# List fulfillments

`GET /fulfillments`

Obtains a list of fulfillments that match the specified criteria.

**Note:** Orders that have been marked as shipped either through the UI or API will appear in the response as they are considered fulfillments.

## Query parameters

- `fulfillmentId` integer
- `orderId` integer
- `orderNumber` string
- `trackingNumber` string
- `recipientName` string
- `createDateStart` string, date-time
- `createDateEnd` string, date-time
- `shipDateStart` string, date
- `shipDateEnd` string, date
- `sortBy` 'ShipDate' | 'CreateDate'
- `sortDir` 'ASC' | 'DESC'
- `page` integer
- `pageSize` integer

## Response `200`

List of fulfillments retrieved successfully

- object
  - `fulfillments` object[]
    - `fulfillmentId` integer
    - `orderId` integer
    - `orderNumber` string
    - `trackingNumber` string
    - `shipDate` string, date
    - `carrierCode` string
    - `serviceCode` string
  - `total` integer
  - `page` integer
  - `pages` integer

## Other responses

- `400` — Bad Request - The request could not be understood or was missing required parameters
- `401` — Unauthorized - Authentication credentials are missing or invalid
- `500` — Internal Server Error - An error occurred on the server

---

[API](https://skmtc.net/shipstation/apis/shipstation-v1-api-legacy.md) · [All operations](https://skmtc.net/shipstation/apis/shipstation-v1-api-legacy/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shipstation/shipstation-v1-api-legacy/revisions/c71c20d26559/schema)
