Warehouse
Warehouses. Represents warehouse/site information derived from INSite.
type Warehouse {
warehouseId: Int!
warehouseCd: String!
branchId: Int!
replenishmentClassId: String
active: Boolean!
lockSitePICountEntry: Boolean!
description: String
locationEntry: String
avgDefaultCost: String!
fifoDefaultCost: String!
receiptLocationId: Int
shipLocationId: Int
returnLocationId: Int
dropShipLocationId: Int
locations: [WarehouseLocation!]
contactId: Int
addressId: Int
lastModifiedDateTime: DateTime!
companyId: Int!
id: String!
createdInDataMartDateTime: DateTime!
updatedInDataMartDateTime: DateTime!
}
Fields
Warehouse.warehouseId ● Int! non-null scalar
warehouseId > (PK) The unique internal identifier of the warehouse.
Warehouse.warehouseCd ● String! non-null scalar
warehouseCd > The code/identifier of the warehouse.
Warehouse.branchId ● Int! non-null scalar
branchId > The unique identifier of the branch associated with the warehouse.
Warehouse.replenishmentClassId ● String scalar
replenishmentClassId > The replenishment class identifier.
Warehouse.active ● Boolean! non-null scalar
active > Indicates whether the warehouse is active.
Warehouse.lockSitePICountEntry ● Boolean! non-null scalar
lockSitePICountEntry > Indicates whether the site physical inventory count entry is locked.
Warehouse.description ● String scalar
description > The description of the warehouse.
Warehouse.locationEntry ● String scalar
locationEntry > The location entry validation setting.
Warehouse.avgDefaultCost ● String! non-null scalar
avgDefaultCost > The average default cost setting.
Warehouse.fifoDefaultCost ● String! non-null scalar
fifoDefaultCost > The FIFO default cost setting.
Warehouse.receiptLocationId ● Int scalar
receiptLocationId > The default receipt location identifier.
Warehouse.shipLocationId ● Int scalar
shipLocationId > The default ship location identifier.
Warehouse.returnLocationId ● Int scalar
returnLocationId > The default return location identifier.
Warehouse.dropShipLocationId ● Int scalar
dropShipLocationId > The default drop ship location identifier.
Warehouse.locations ● [WarehouseLocation!] list object
warehouseLocations > The locations associated with the warehouse.
Warehouse.contactId ● Int scalar
contactId > The contact identifier associated with the warehouse.
Warehouse.addressId ● Int scalar
addressId > The address identifier associated with the warehouse.
Warehouse.lastModifiedDateTime ● DateTime! non-null scalar
lastModifiedDateTime > The last modified date and time of the warehouse.
Warehouse.companyId ● Int! non-null scalar
companyId > (PK) The unique identifier of the company.
Warehouse.id ● String! non-null scalar
id > The unique identifier of the document in DataMart.
Warehouse.createdInDataMartDateTime ● DateTime! non-null scalar
createdInDataMartDateTime > The UTC DateTime when this document has been added to DataMart.
Warehouse.updatedInDataMartDateTime ● DateTime! non-null scalar
updatedInDataMartDateTime > The UTC DateTime when this document has been updated in DataMart.
Returned By
warehouses query