---
title: "GetFulfillmentStatuses"
method: GET
path: "/orders/fulfillment-status"
tags: ["Orders"]
---

# GetFulfillmentStatuses

`GET /orders/fulfillment-status`

Get fulfillment status for requested order ids

## Query parameters

- `id` string[]
- `locationId` string, uuid
- `fulfillmentStatus` 'Unassigned' | 'Assigned' | 'Submitted' | 'Accepted'

## Response `200`

Success

- OrderFulfillmentStatus[]
  - `OrderId` string, uuid
  - `FulfillmentStatus` 'Unassigned' | 'Assigned' | 'Submitted' | 'Accepted'

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Server Error

---

[API](https://skmtc.net/linnworks/apis/authenticate-api.md) · [All operations](https://skmtc.net/linnworks/apis/authenticate-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/linnworks/authenticate-api/versions/0123569a22fb/schema)
