Skip to main content

system.mes.inventory.getAllInventory

Description

Retrieves all the Inventories records.

Syntax

system.mes.inventory.getAllInventory()

Parameters

ParameterTypeDescription
None-This method does not take any parameters.

Returns

Returns a list of JSON objects representing all inventories.

Example Usage

# Retrieve all inventories
all_inventories = system.mes.inventory.getAllInventory()

# Output the list of inventories
print(all_inventories)