> For the complete documentation index, see [llms.txt](https://docs.fieldmotion.com/fieldmotion-api-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fieldmotion.com/fieldmotion-api-docs/stock/_get.md).

# \_get

Get details about a Stock item

### Parameters

#### id

Integer ID for the stock item.

### Example

```
FM_api('Stock_get',
	[
		'id'=>'7'
	]
);
```

### Example Result if stock exists

```
{"id":"7","name":"2kg 1.75mm PLA Filament","average_cost":"12.99","cdate":"2018-03-16 10:42:22","owner_id":"0","in_stock":"9","categories":null,"last_edited":"2018-03-16 12:26:44","code":"PLA001","is_archived":"0","amt_trigger":null,"description":"PLA filament for 3D printers. Melt point 185deg Celsius","supplier_id":"0","price":"15.9900","notes":null,"nominal_code":"0"}
```

### Result if stock does not exist

```
false
```
