Skip to main content

Methods


Entity Properties


enumeration.list

enumeration.list (int|null $warehouseId) Get all enumerations.

Parameters

warehouseId
integer | null
Warehouse.

Return Value

An array of Enumerations or an empty array.

Example Request

Get all enumerations:
Request
Get all enumerations for warehouse “2”:
Request

Example Response

Response

enumeration.info

enumeration.info (string $path, int|null $warehouseId) Get enumeration info.

Parameters

path
string
Path.
warehouseId
integer | null
Warehouse.

Return Value

Enumeration.

Example Request

Get enumeration info:
Request

Example Response

Response

Entity Properties

Enumeration Properties