> 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/_descriptionget.md).

# \_descriptionGet

Get a Stock item's description

### Parameters

#### id

Integer ID for the stock item.

### Example

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

### Example Result

```
"PLA filament for 3D printers"
```

The result is returned as a string, with no object enclosing it.
