---
title: "UpdateFulfillmentStatuses"
method: POST
path: "/orders/fulfillment-status"
tags: ["Orders"]
---

# UpdateFulfillmentStatuses

`POST /orders/fulfillment-status`

Update fulfillment status for requested order ids

## Request body

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

## Response `200`

Success

- UpdateFulfillmentStatusesResponse — A batched API response for OrderFulfillmentStatuses
  - `Results` APIResultResponseOrderFulfillmentStatus[], nullable
    - `Result` OrderFulfillmentStatus
      - `OrderId` string, uuid
      - `FulfillmentStatus` 'Unassigned' | 'Assigned' | 'Submitted' | 'Accepted'
    - `ResultStatus` 'NOTSET' | 'SUCCESSFUL' | 'PARTIALLY_SUCCESSFUL' | 'FAILED'
    - `Message` string, nullable
  - `TotalResults` integer
  - `ResultStatus` 'NOTSET' | 'SUCCESSFUL' | 'PARTIALLY_SUCCESSFUL' | 'FAILED'

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `422` — Client Error
- `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)
