# Receive a Purchase Order

### Navigate to Purchase Order

1. Select **Orders** from the Moselle menu
2. Click on the purchase order you want to receive
3. Click the **Inventory** tab
4. Click **Receive Inventory**

### Configure Receiving Options

A pop-up will appear with the following options:

**Select Warehouse** Choose the warehouse where you want to receive the items.

**Calculate Received** Automatically applies all item quantities from the purchase order to the selected warehouse.

**Remove Components** (Bundle items only) Deducts component items housed in a different warehouse when receiving bundle products.

Click **Accept** to proceed to the final review.

### Review Items

A table will display all items to be received:

| Column   | Description                |
| -------- | -------------------------- |
| SKU      | Product SKU                |
| Name     | Product name               |
| Quantity | Number of units to receive |

Adjust quantities if you are receiving partial shipments or need to make corrections.

### Finalize Receipt

After reviewing, scroll to the bottom and choose:

**Reset** - Returns to the beginning of the receive inventory process and clears the table.

**Accept** - Pushes inventory to the selected warehouse

{% hint style="danger" %}
Clicking Accept will sync inventory to the warehouse and cannot be undone. The receipt will be finalized. If a mistake is made, contact support for assistance.
{% endhint %}


---

# 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://learn.moselle.io/planning-and-execution/orders/receive-a-purchase-order.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.
