---
title: "Create Transfer Order"
method: POST
path: "/products/transfer_orders"
---

# Create Transfer Order

`POST /products/transfer_orders`

## Request body

- object
  - `transfer_order` object, required
    - `from_location` string, required — product location uid
    - `to_location` string, required — product location uid
    - `line_items` object[]
      - `product_uid` string — uid of product
      - `quantity` integer
      - `serial_nos` string[]
    - `attachments` object[]
      - `file_name` string, required
      - `url` string, required
      - `file_size` integer
      - `visible_to_customer` boolean
    - `required_by` string, date
    - `sent_date` string, date
    - `received_date` string, date
    - `remarks` string
    - `prefix` string

## Response `200`

200

- object
  - `type` string
  - `title` string
  - `message` string
  - `data` object
    - `transfer_order_uid` string

## Other responses

- `400` — 400

---

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