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

# \_nominalGet

Returns the nominal code of a selected Stock item.

### Parameters

#### id

Integer. The ID of the stock item.

### Example

```
FM_api('Stock_nominalGet',
	[
	 'id'=>'2'
	]
);
```

### Result

#### On Success

The nominal code of the stock item is returned.

Example:

```
		"2000"
```

#### On Failure

If no stock ID provided:

```
	{"error":"no stock id provided"}
```
