---
title: "Update order"
method: PATCH
path: "/v1/v1/orders/{id}"
tags: ["Orders"]
---

# Update order

`PATCH /v1/v1/orders/{id}`

Update order fulfillment mode or status

## Path parameters

- `id` string, uuid, required

## Request body

- object
  - `fulfillment_mode` 'auto' | 'customer_farm' | 'printhive'
  - `order_status` string

## Response `200`

Order updated successfully

- object — Order updated successfully

## Other responses

- `404` — Order not found

---

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