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
B2B_TEMPLATE
BRAND
COMPANY
FULFILLMENT_RULE
INTEGRATION
INVENTORY
MEDIA_IMAGE
ORDER
ORDER_FULFILLMENT
PRODUCT
PURCHASE_ORDER
ROUTING_STRATEGY
SHIPMENT
SUPPLIER
SUPPLY_ORDER
UNKNOWN
}
Values
LogEntityTypeEnum.ASN
ASN entity type.
LogEntityTypeEnum.B2B_TEMPLATE
B2B Template entity type.
LogEntityTypeEnum.BRAND
Brand entity type.
LogEntityTypeEnum.COMPANY
Company entity type.
LogEntityTypeEnum.FULFILLMENT_RULE
Fulfillment Rule entity type.
LogEntityTypeEnum.INTEGRATION
Integration
LogEntityTypeEnum.INVENTORY
Order entity type.
LogEntityTypeEnum.MEDIA_IMAGE
Media Image entity type.
LogEntityTypeEnum.ORDER
Order entity type.
LogEntityTypeEnum.ORDER_FULFILLMENT
Order Fulfillment entity type.
LogEntityTypeEnum.PRODUCT
Product entity type.
LogEntityTypeEnum.PURCHASE_ORDER
Purchase Order
LogEntityTypeEnum.ROUTING_STRATEGY
Routing Strategy entity type.
LogEntityTypeEnum.SHIPMENT
Shipment
LogEntityTypeEnum.SUPPLIER
Supplier entity type.
LogEntityTypeEnum.SUPPLY_ORDER
Order entity type.
LogEntityTypeEnum.UNKNOWN
Entity type the API does not recognize.
Member Of
LogEntityInput input ● SystemLog object ● SystemLogFilterInput input