> For the complete documentation index, see [llms.txt](https://dyns.ntd.asia/power-dynamics/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dyns.ntd.asia/power-dynamics/d365-finance-and-operation/supply-chain/landed-cost-series/landed-cost-scenarios-1.md).

# Landed Cost Scenarios 1

**Scenario:** We have one Item “P-0001” which we are purchasing from a vendor “Acme Office Supplies”, The item purchase price is “2000$” and Quantity = 1

Now this product is transported by a shipping(freight) vendor “Vendor A” - during transportation, the Item has been charged different costs:

* Freight fee
* Insurance fee
* Fuel fee
* Local Transportation fee

So, now at the time of purchase order creation, we know the estimated cost for each of these:

* Freight is 200$ / Quantity => Freight fee = 200$ x 1 = **200$**
* Insurance, 10% of Item Purchase price => Insurance fee =  10% x 2000$ = **200$**
* Fuel is 1$ / measurement => so let’s say it is 60kg, then Fuel fee = 11$ x 50Kg = **60$**
* Local Transportation is 20 % of "Freight cost" => Local Transport fee = 20% x 200$ = **40$**

Therefore:&#x20;

* Total Estimated cost for Item "P-0001" = 200$ + 200$ +60$ + 40$ = **500$**
* Total Item landed cost for Item "P-0001" = 2000$ +500$ = **2500$**

However, the shipper sends an actual billing as **600$** instead **500$** as before.

So, the final Landed Cost of Item must be recalculated = 2000$ + 600$ = **2600$**. Then, the system should post the adjustment transaction as **100$** based on the Landed Cost Estimation.

***

## **BSD 1: Actual Freight bill received after Item is received and invoiced.**

* Item Cost at the time of Purchase order Invoice: 2000$ + 500$ = 2500$ Estimated cost
* Adjustment due to Actual freight Invoice = 100$ USD

<br>


---

# 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://dyns.ntd.asia/power-dynamics/d365-finance-and-operation/supply-chain/landed-cost-series/landed-cost-scenarios-1.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.
