warehouseLocations
Gets the range of WarehouseLocations data via the available fields
warehouseLocations(
lastId: String
updatedInDataMart: DateTime
updatedInDataMartTo: DateTime
pageSize: Int! = 5000
includeDeleted: Boolean! = false
): [WarehouseLocation!]!
Arguments
warehouseLocations.lastId ● String scalar
Id to be used to get the next page (logic used: greater than)
warehouseLocations.updatedInDataMart ● DateTime scalar
DateTime when the document was updated in DataMart (logic used: greater than)
warehouseLocations.updatedInDataMartTo ● DateTime scalar
DateTime upper bound for when the document was updated in DataMart (logic used: less than); pairs with updatedInDataMart (greater than)
warehouseLocations.pageSize ● Int! non-null scalar
Maximum page size is 5000
warehouseLocations.includeDeleted ● Boolean! non-null scalar
IF set to true then returns also the deleted items
Type
WarehouseLocation object
WarehouseLocations. Represents a location within a warehouse, derived from INLocation. Linked to a Warehouse via warehouseId.