Skip to main content

LogEntityTypeEnum

The LogEntityTypeEnum is used to filter the results of the SystemLog query. The value is the type of the entity associated with the log entry.

enum LogEntityTypeEnum {
ASN
INVENTORY
ORDER
PRODUCT
}

Values

LogEntityTypeEnum.ASN

ASN entity type.

LogEntityTypeEnum.INVENTORY

Order entity type.

LogEntityTypeEnum.ORDER

Order entity type.

LogEntityTypeEnum.PRODUCT

Product entity type.

Member Of

SystemLog object ● SystemLogFilterInput input