---
title: "Adds a Product to a Purchase Order"
method: POST
path: "/purchase_orders/{id}/create_po_line_item"
tags: ["Purchase Order"]
---

# Adds a Product to a Purchase Order

`POST /purchase_orders/{id}/create_po_line_item`

Required permission: Purchase Orders - Edit

## Path parameters

- `id` integer, required

## Request body

- object
  - `product_id` integer
  - `quantity` integer

## Response `200`

successful

## Other responses

- `422` — Invalid request

---

[API](https://skmtc.dev/syncromsp/apis/syncro.md) · [All operations](https://skmtc.dev/syncromsp/apis/syncro/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/syncromsp/syncro/revisions/dfc1c332d2c2/schema)
