# Move Parts Between Shipment Inventories

## Overview

This flow (app) can be used to move inventory parts between different shipment locations.

<div align="left"><img src="/files/hyzR5ambjjSJtGfpeYx9" alt=""></div>

*Overview of the workflow:*

{% file src="/files/9xX3NBAR9z56GFpXZl3H" %}

## Steps

### **Enter Order No**

* Order No is required and it should:
  * Belong to the user’s default site
  * Have Picked Qty > 0
* Click on the **List** button to see a list of orders that satisfy the above conditions

{% hint style="info" %}
**Pin Step:**

Display the user default Site ID and its description.
{% endhint %}

| <img src="/files/mZ7YTzDCMJnz386xFQTe" alt="" data-size="original"> | <img src="/files/1jZjng10EhEXEbpbJGAT" alt="" data-size="original"> |
| :-----------------------------------------------------------------: | :-----------------------------------------------------------------: |
|                             Flow Connect                            |                             Flow Classic                            |

### **Enter Part No**

* Part No is required and should belong to the Order No entered in the previous step
* Click on the **List** button to see a list of parts that satisfy the above condition

| <img src="/files/tQXIEvhr0Mtt97oPoklF" alt="" data-size="original"> | <img src="/files/SpGGULoIDvB6yXhj9aHE" alt="" data-size="original"> |
| :-----------------------------------------------------------------: | :-----------------------------------------------------------------: |
|                             Flow Connect                            |                             Flow Classic                            |

### **Enter Release No**

{% hint style="info" %}
This step is shown only if the selected Order No in the previous step has more than one order line revision for selected Part No.
{% endhint %}

* Release No is required
* Click on the **List** button to see a list of Release No’s for the selected part

| <img src="/files/SG8mqLRgV5S9AlQ4zHm5" alt="" data-size="original"> | <img src="/files/PFhmkX2lzrXXYAPHFImA" alt="" data-size="original"> |
| :-----------------------------------------------------------------: | :-----------------------------------------------------------------: |
|                             Flow Connect                            |                             Flow Classic                            |

### **Enter Shipment ID**

{% hint style="info" %}
This step is shown only if the combination of Order No/Part No/Release No selected in the previous steps has more than one shipment connected to it.
{% endhint %}

* Shipment ID is required
* Click on the **List** button to see a list of shipments connected to the selected Order No/Part No/Release No

|   | ![](/files/oCcqnBtdGek883A05q83) |
| - | :------------------------------: |
|   |           Flow Classic           |

{% hint style="info" %}
*Based on the selected Part user might be prompted with additional user steps to filter out* **Inventory Part In Stock** *records until a unique stock record is selected. For more info about these additional steps please refer* [*Inventory Part In Stock Selection*](/marketplace-documentation/applications/explore-apps/ifs/warehouse-management/documentation/ifs-application-10/inventory-part-in-stock-selection.md)*.*
{% endhint %}

### **Enter Qty**

* Qty To move is required and cannot be greater than the Qty Picked

{% hint style="warning" %}
For Serial Parts, Qty to Move field will be read-only since the Qty is always 1.
{% endhint %}

{% hint style="info" %}
**Pin Step:**

Display information about the selected “Inventory Part In Shipment Inventory” record.
{% endhint %}

|   | ![](/files/oeVYY41BT71BGLJX6Is7) |
| - | :------------------------------: |
|   |           Flow Classic           |

### **Enter To Location**

* To Location No is required and it should be a Shipment location
* Click on the **List** button to see a list of shipment locations that belong to the user’s default site

|   | ![](/files/sRSHxy6Pf79v6pZMWWLA) |
| - | :------------------------------: |
|   |           Flow Classic           |

### **Summary**

* Click on the **Save** button to complete the process

|   | ![](/files/RbR9KzKbVyfmhjvJbkxG) |
| - | :------------------------------: |
|   |           Flow Classic           |


---

# Agent Instructions: 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:

```
GET https://docs.novacura.com/marketplace-documentation/applications/explore-apps/ifs/warehouse-management/documentation/ifs-cloud/customer-order-and-shipment/move-parts-between-shipment-inventories.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
