ASNAlert
The ASN alert object that contains information about an alert associated with an ASN.
type ASNAlert {
additionalInfo: String
alertCode: String!
asn: ASN!
asnId: ID!
id: ID!
message: String!
severity: ASNAlertSeverityEnum!
solution: String
}
Fields
ASNAlert.additionalInfo ● String scalar common
ASNAlert.alertCode ● String! non-null scalar common
ASNAlert.asn ● ASN! non-null object shipments
The order object of the status.
ASNAlert.asnId ● ID! non-null scalar common
ASNAlert.id ● ID! non-null scalar common
ASNAlert.message ● String! non-null scalar common
ASNAlert.severity ● ASNAlertSeverityEnum! non-null enum shipments
ASNAlert.solution ● String scalar common
Member Of
ASN object