---
title: "Retrieve the list of purchase orders for a center"
method: GET
path: "/v1/inventory/purchase_orders"
---

# Retrieve the list of purchase orders for a center

`GET /v1/inventory/purchase_orders`

This API retrieves the list of purchase orders for the specified center during the specified time period.

You must specify appropriate details for the `center_id`,`start_date`, and `end_date` parameters. Optionally, you can provide details for the `show_delivery_details`,`date_criteria`, and `status` parameters.

## Query parameters

- `center_id` string, required
- `start_date` string, date, required
- `end_date` string, date, required
- `show_delivery_details` boolean
- `date_criteria` '1' | '2' | '3' | '4'
- `status` '-1' | '1' | '2'

## Response `200`

200

## Other responses

- `400` — 400

---

[API](https://skmtc.net/zenoti/apis/zenoti-authentication.md) · [All operations](https://skmtc.net/zenoti/apis/zenoti-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zenoti/zenoti-authentication/revisions/e628f892391a/schema)
