EDIDocument
Represents an EDI document type for an orderful integration, including link when available.
type EDIDocument {
code: String!
present: Boolean! @deprecated
transactions: [EDITransaction!]!
}
Fields
EDIDocument.code ● String! non-null scalar
EDI code such as 810, 855, 856
EDIDocument.present ● Boolean! deprecated non-null scalar
DEPRECATED
Use transactions.length > 0 instead
Deprecated. Whether any transaction exists for this document type
EDIDocument.transactions ● [EDITransaction!]! non-null object
All transactions recorded for this EDI code, newest first
Member Of
Order object