salesOrderLines
Gets the range of SalesOrderLines data via the available fields
salesOrderLines(
lastId: String
inventoryItemId: Int
siteId: Int
behaviors: [String!]
updatedInDataMart: DateTime
pageSize: Int! = 5000
): [SOLine!]!
Arguments
salesOrderLines.lastId
● String
scalar
Id to be used to get the next page (logic used: greater than)
salesOrderLines.inventoryItemId
● Int
scalar
Id of the inventory item.
salesOrderLines.siteId
● Int
scalar
Id of the site/warehouse where this item is stored.
salesOrderLines.behaviors
● [String!]
list scalar
Filters based on the provided list of behaviors. E.g. of values: IN, QT, SO, CM, RM
salesOrderLines.updatedInDataMart
● DateTime
scalar
DateTime when the document was updated in DataMart (logic used: greater than)
salesOrderLines.pageSize
● Int!
non-null scalar
Maximum page size is 5000