> For the complete documentation index, see [llms.txt](https://learn.moselle.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.moselle.io/planning-and-execution/orders/receive-a-purchase-order.md).

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