---
title: "Transfer stock to another businesses"
method: POST
path: "/stock/transfer"
tags: ["Stock"]
---

# Transfer stock to another businesses

`POST /stock/transfer`

Transfer stock to another businesses

## Request body

- object
  - `item_id` string, required
  - `business_id` string, required
  - `quantity` number, required
  - `receiving_item_id` string, required

## Response `200`

Success

- Success
  - `message` string, required

## Other responses

- `default` — Error response

---

[API](https://skmtc.net/digitax/apis/digitax-kenya-api-endpoints.md) · [All operations](https://skmtc.net/digitax/apis/digitax-kenya-api-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/digitax/digitax-kenya-api-endpoints/revisions/1fc0cdf61f70/schema)
