> For the complete documentation index, see [llms.txt](https://docs.tracr.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tracr.com/tracr-help-pages/shipments/shipments-outbound-transfer-from-inventory.md).

# Shipments Outbound - Transfer from Inventory

The Transfer from Inventory feature provides a fast and structured way to move diamonds from your available inventory to recipients. This process eliminates the need for manual CSV exports and imports by allowing you to handle transfers directly within the platform.

<figure><img src="/files/6kHWHUouOeqaWHsDv906" alt=""><figcaption></figcaption></figure>

Key Benefits:

* Faster process
* Bulk and individual diamond transfer support
* Enhanced user experience

Frequently Asked Questions

<details>

<summary>Can I transfer multiple diamonds at once?</summary>

Yes, the Transfer from Inventory feature supports both single and bulk transfers. You can select multiple diamonds within your inventory and transfer them to a recipient in one action, streamlining the process for larger transfers.

</details>

<details>

<summary>Can I transfer diamonds to multiple recipients at once?</summary>

No. Each transfer action is limited to a single recipient. If you need to transfer diamonds to multiple recipients, you will need to perform separate transfer actions for each one.

</details>

<details>

<summary>Are there any limits on the number of diamonds I can transfer at once?</summary>

Yes, the maximum number of diamonds that can be transferred in a single transfer is 1,000.

</details>

<details>

<summary>Can all diamonds be transferred?</summary>

Some diamonds may not be transferred due to their status or lack of data.

</details>

User Interface Elements:

**Action Bar:** appears when one or more diamonds are selected. It provides quick access to Transfer action.

<figure><img src="/files/7mWSX0yuViXklmuKQU0m" alt=""><figcaption></figcaption></figure>

**Your Selection Panel:** displays all the diamonds you’ve selected, making it easy to review and manage them before taking further action.

<figure><img src="/files/ICEBQHeFT9OIRJTxL57n" alt=""><figcaption></figcaption></figure>

**Details Panel:** will allow you to enter all relevant transfer information, such as shipment name and, the recipient URL.

<figure><img src="/files/cFyPP0eCC85cogqK8BbM" alt=""><figcaption></figcaption></figure>

**Results:** will show if the transfer is successfully completed.

<figure><img src="/files/Vf0wYUlDapMGGHq5VAob" alt=""><figcaption></figcaption></figure>

How it Works

{% stepper %}
{% step %}

### Select diamonds

As a producer, from your rough inventory, or as a manufacturer or a retailer, from your polished or graded inventory list, select the diamonds you want to transfer by selecting their checkbox.

<figure><img src="/files/wfZDmCer3fYjgPgqXMTB" alt=""><figcaption></figcaption></figure>

If you only want to transfer a single diamond then you can also use the row level action menu.

You can use filters or search to refine the list of diamonds.

<figure><img src="/files/E5Lon79ZTWYpfNXu16xk" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Transfer details page (no issues)

If there are no issues to resolve before you’re able to transfer the diamond(s), you will be shown the transfer details page.

<figure><img src="/files/AE3D0crNUQ1xrmiI3lUr" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Selection page with issues

If there are any issues to resolve before you can transfer the diamond(s), the process begins on the selection page. A side panel (drawer) will open with the selected diamonds grouped into one of three areas:

* Diamonds which are eligible for transfer
* Diamonds which are not eligible for transfer, but have actions that can be taken to resolve the issues inline
* Diamonds which are not eligible for transfer at all

<figure><img src="/files/diz8vFYrUpFy8A4O0rwB" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Continue with eligible diamonds

Choosing Continue will move you to the details page with the diamonds which are eligible for transfer only.

<figure><img src="/files/x4wkqPPhMkwczW0othai" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Resolve issues inline

Diamonds which are eligible for transfer after resolving issues can be corrected by following the flows without leaving the main transfer screens. Once those flows have been completed the diamonds will move into the "Eligible for transfer now" section.

Diamonds in a group can be inspected by selecting the arrow to the right of the group. This action will open a further drawer showing the details of the diamonds in the group. Clicking the X in the top left corner, pressing escape, clicking Done in the bottom right of the drawer, or clicking outside the drawer will return you to the Selection screen.

<figure><img src="/files/2zRDBYzv3BMMcNAu6kBL" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Enter shipment details

Once the diamonds you want to transfer are all in the Eligible for transfer group, click Continue. On the Details page you can enter a name for the shipment, and the API URL of the recipient you’re sending the diamonds to. Each shipment name must be unique between you and the recipient.

<figure><img src="/files/ECOnyPZToVzN7vVhRNp1" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Confirm transfer

Click on Confirm transfer to execute the transfer. Once the transfer is complete you can close the drawers to return to the inventory, or you can choose to move to the outbound shipments screen where your new shipment will be visible.

<figure><img src="/files/HzIBU59OaC4qC6YPtRib" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.tracr.com/tracr-help-pages/shipments/shipments-outbound-transfer-from-inventory.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
