---
title: "Updates a Purchase Order"
method: PUT
path: "/purchase_orders/{id}"
tags: ["Purchase Order"]
---

# Updates a Purchase Order

`PUT /purchase_orders/{id}`

Required permission: Purchase Orders - Edit

Updates allowed fields on a Purchase Order. Only the following fields may be modified:
`status`, `general_notes`, `shipping_cents`, `delivery_tracking`, `vendor_id`.

## Path parameters

- `id` integer, required

## Request body

- object
  - `status` string
  - `general_notes` string
  - `shipping_cents` integer
  - `delivery_tracking` string
  - `vendor_id` integer

## Response `200`

general_notes appears in response

## Other responses

- `404` — PO from another account
- `422` — rejects Finished status with unreceived line items

---

[API](https://skmtc.net/syncromsp/apis/syncro.md) · [All operations](https://skmtc.net/syncromsp/apis/syncro/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/syncromsp/syncro/versions/3df3aed287cc/schema)
