# Order Handling

### 1. Cost per Order

A flat cost is applied once to every order, regardless of the number of items.

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

### 2. Cost per Item

A cost applied to each individual item within an order.

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

You can use either one or both. If both are provided, the total handling cost is cumulative.

**Example**

* Cost per order = 10
* Cost per item = 5
* The order contains 3 items

**Total handling cost = 10 + (3 × 5) = 25**

#### Important

After entering the cost values, make sure to **Save**, and then click **Recalculate Handling Cost** (top-right corner) for the updated cost to reflect in the Profit & Loss table.


---

# 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.bloomanalytics.io/cost-setting/order-handling.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.
