Stock Part

Refers to a Part in a Stock (Warehouse)

Property Summary
PartNumber
string
The Unique Part Number
GenuinePartNumber
bool
Indicates whether the part is a Genuine Part Number
Location
string
The Warehouse/Location Identifier where the part is stored.
AvailableQuantity
decimal?
The current AvailableQuantity of the part in the stock.
OnHandQuantity
decimal?
The current on-hand quantity of the part in the stock
OnOrderQauntity
decimal?
The quantity of the part currently on order from the supplier.
InventoryDate
DateTimeOffset?
The date of the last inventory count for this part at this location.
LastSoldDate
DateTimeOffset?
The date this part was last sold from this location.
LastArrivedDate
DateTimeOffset?
The date this part last arrived at this location from a supplier.
LastPurchasedDate
DateTimeOffset?
The date this part was last purchased/ordered from a supplier.
FirstReceivedDate
DateTimeOffset?
The date this part was first received at this location.
SaleType
string
The type of sale. (e.g. Internal, Bulk, Retail, etc.)
CompanyHashID
string
The Company Hash ID from the Identity System.
IntegrationID
string
An External Identifier that can be used for system to system Integration
IdempotencyKey
Guid?
A Unique key generated by ADP and used to ensure that repeated external posting of the same entry does not result in duplicate records.
IntegrationSuccessStatus
bool
A boolean flag indicating the completion of system to system Integration
CatalogPart
CatalogPartModel
Catalog part associated with this stock part