Skip to main content

customerDocuments

Gets the range of Customer Documents data via the available fields

customerDocuments(
lastId: String
updatedInDataMart: DateTime
pageSize: Int! = 5000
): [CustomerDocument!]!

Arguments

customerDocuments.lastId ● String scalar

Id to be used to get the next page (logic used: greater than)

customerDocuments.updatedInDataMart ● DateTime scalar

DateTime when the document was updated in DataMart (logic used: greater than)

customerDocuments.pageSize ● Int! non-null scalar

Maximum page size is 5000

Type

CustomerDocument object

CustomerDocuments. Represents a document associated with a customer (e.g., Invoice, Credit Memo).