---
title: "POST /purchase_orders"
method: POST
path: "/purchase_orders"
---

# POST /purchase_orders

`POST /purchase_orders`

## Request body

- object
  - `purchase_order` object
    - `purchase_order_title` string, required
    - `remarks` string
    - `due_date` string
    - `ship_to` object — delivery address
      - `street` string
      - `city` string
      - `country` string
      - `email` string
      - `phone_number` string
      - `zip_code` string
      - `state` string
      - `geo_cordinates` number[]
      - `landmark` string
      - `product_location` string — product location uid
    - `billing_address` object
      - `street` string
      - `city` string
      - `country` string
      - `email` string
      - `phone_number` string
      - `zip_code` string
      - `state` string
      - `geo_cordinates` number[]
      - `landmark` string
    - `delivery_method` string — 'JOB_ADDRESS', 'WAREHOUSE', 'PICKUP'
    - `reference_number` string
    - `payment_term` string — payment term uid
    - `template` string — template uid
    - `estimate` string — Quote uid
    - `job` string — Job uid
    - `vendor` string — Vendor uid
    - `line_items` object[]
      - `line_item_type` string — PARTS/ PRODUCT
      - `product_id` string
      - `product_uid` string
      - `location_uid` string
      - `location_name` string
      - `image` string
      - `name` string
      - `brand` string
      - `specification` string
      - `uom` string
      - `description` string
      - `quantity` string
      - `unit_price` string
      - `product_type` string — PRODUCT/PARTS
      - `purchase_price` string
      - `serial_nos` string[]
      - `vendor_sku` string
    - `purchase_order_type` 'PURCHASE_ORDER' | 'SERVICE_ORDER'
    - `job_attachments_uids` string[]
    - `job_measurement_uids` string[]

## Response `200`

---

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