# \_exportCosts

Export Stock Costs

### Example

```
FM_api('Stock_exportCosts')
```

### Result

```
""Item ID","Stock Item",Code,Description,Supplier,"Average Cost",Price,"Warehouse Qty","Allocated Qty","Total In Stock","Warehouse Cost","Allocated Cost","Total Cost","Warehouse Price","Allocated Price","Total Price"
1,Door,1234,"White wooden door","C&A Sales",50.00,70.00,10,6,4,10,100.00,200.00,300.00,200.00,400.00,450.00
2,Camera,1987,"Security camera","C&A Sales",50.00,70.00,10,6,4,10,100.00,200.00,300.00,200.00,400.00,450.00
3,Handles,1274,"Door handle","C&A Sales",50.00,70.00,10,6,4,10,100.00,200.00,300.00,200.00,400.00,450.00
```


---

# 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.fieldmotion.com/fieldmotion-api-docs/stock/_exportcosts.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.
