---
title: "Transfer inventory between locations"
method: POST
path: "/RetailItems/{id}/transfer"
tags: ["RetailItems"]
---

# Transfer inventory between locations

`POST /RetailItems/{id}/transfer`

## Path parameters

- `id` string, required

## Request body

- TransferRetailInventoryDto
  - `fromLocationId` string
  - `toLocationId` string
  - `quantity` union
    - number, double
    - string, double
  - `notes` string, nullable

## Response `200`

OK

- RetailItemDto
  - `id` string
  - `sku` string
  - `barcode` string, nullable
  - `name` string
  - `invoiceName` string, nullable
  - `description` string, nullable
  - `category` string
  - `unitPrice` union
    - number, double
    - string, double
  - `cost` union
    - number, double
    - string, double
  - `isTaxable` boolean
  - `isActive` boolean
  - `quantityOnHand` union
    - number, double
    - string, double
  - `reorderPoint` union
    - number, double
    - string, double
  - `lowStockThreshold` union
    - number, double
    - string, double
  - `unitOfMeasure` string, nullable
  - `trackTransactions` boolean
  - `vendorId` string, nullable
  - `vendorName` string, nullable
  - `vendorProductCode` string, nullable
  - `brand` string, nullable
  - `size` string, nullable
  - `notes` string, nullable
  - `createdAt` string, date-time
  - `updatedAt` string, date-time

## Other responses

- `400` — Bad Request
- `404` — Not Found

---

[API](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1.md) · [All operations](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinicos/pawthosx-business-api-v1/versions/a905bde4e796/schema)
