Skip to main content

WarehouseLocation

WarehouseLocations. Represents a location within a warehouse, derived from INLocation.

type WarehouseLocation {
locationId: Int!
locationCd: String!
locationDescription: String
active: Boolean!
inclQtyAvail: Boolean!
isCosted: Boolean!
salesValid: Boolean!
receiptsValid: Boolean!
transfersValid: Boolean!
assemblyValid: Boolean!
primaryItemValid: String!
}

Fields

WarehouseLocation.locationId ● Int! non-null scalar

locationId > The unique identifier of the location within the warehouse.

WarehouseLocation.locationCd ● String! non-null scalar

locationCd > The code of the location.

WarehouseLocation.locationDescription ● String scalar

locationDescription > The description of the location.

WarehouseLocation.active ● Boolean! non-null scalar

active > Indicates whether the location is active.

WarehouseLocation.inclQtyAvail ● Boolean! non-null scalar

inclQtyAvail > Indicates whether the location is included in quantity available calculations.

WarehouseLocation.isCosted ● Boolean! non-null scalar

isCosted > Indicates whether the location is costed.

WarehouseLocation.salesValid ● Boolean! non-null scalar

salesValid > Indicates whether the location is valid for sales transactions.

WarehouseLocation.receiptsValid ● Boolean! non-null scalar

receiptsValid > Indicates whether the location is valid for receipt transactions.

WarehouseLocation.transfersValid ● Boolean! non-null scalar

transfersValid > Indicates whether the location is valid for transfer transactions.

WarehouseLocation.assemblyValid ● Boolean! non-null scalar

assemblyValid > Indicates whether the location is valid for assembly transactions.

WarehouseLocation.primaryItemValid ● String! non-null scalar

primaryItemValid > The primary item validation setting for the location.

Member Of

Warehouse object