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