For the complete documentation index, see llms.txt. This page is also available as Markdown.

_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"}

Last updated