AttentionItem
An order that requires attention, with its alert context.
type AttentionItem {
customer: String
daysStuck: Int!
id: ID!
issueMessage: String!
issueSeverity: String!
orderNumber: String!
orderValue: Decimal @deprecated
orderValueMonetary: MonetaryValue
}
Fields
AttentionItem.customer ● String scalar common
Ship-to name for the order.
AttentionItem.daysStuck ● Int! non-null scalar common
Number of days since the order was last updated.
AttentionItem.id ● ID! non-null scalar common
Order ID.
AttentionItem.issueMessage ● String! non-null scalar common
Short description of the alert.
AttentionItem.issueSeverity ● String! non-null scalar common
Severity classification of the alert: RED or ORANGE.
AttentionItem.orderNumber ● String! non-null scalar common
Human-readable order number.
AttentionItem.orderValue ● Decimal deprecated scalar common
DEPRECATED
Use orderValueMonetary instead.
Total value of the order as a decimal amount.
AttentionItem.orderValueMonetary ● MonetaryValue object common
Total value of the order.
Member Of
AttentionOrders object