# \_stockTotalsGet

Retrieve Customer stock totals.

### Parameters

#### id

The ID of the Customer.

### Example

```
FM_api('Customer_stockTotalsGet', ['id' => '1'])
```

### Result

#### On Success

```
{"Door":6,"Camera":"2"}
```
