NOTE: This is an article for the legacy API. To access updated information on this endpoint, please reference the HTML guide attached to the bottom of the REST API Access document
Description: Returns the Current Dead Stock grid from the Dead Stock screen in the Inventory module
Resource: DeadStockDetail/
Verb: GET
Query String Options:
- includeZeroOnHands (required): true/false
Returns: JSON Array of dead stock objects
Example JSON:
[{
"AlertKeyId": 4,
"AlertType": 3,
"PrimaryId": 4,
"PrimaryIdProperty": 1,
"ItemSiteId": 4,
"CurrentCost": 12.85000,
"StandardCost": 12.85000,
"ShipperId": 3,
"ItemId": 28,
"SiteId": 2,
"ItemCode": "0101008",
"SiteCode": "95",
"SiteGroupName": "United States",
"PrimarySupplierName": "Contoso Regional Hub",
"BuyerName": "Sebastien Loeb",
"ItemDescription": "Contoso 4G MP3 Player E400 Silver",
"ActiveOrderPolicy": 2,
"ResolvedItemStatus": 1,
"AbcClass": "X",
"XyzClass": "Z",
"TotalOnHandQuantity": 2.00000,
"OnHandBalance": 25.70000,
"TotalAvailableQuantity": 2.00000,
"TotalHistoricalDailyUsage": 0.0,
"TotalForecastedDailyUsage": 0.0,
"OnHandCubes": 1.880000,
"ItemSiteCategory1Name": "Audio",
"ItemSiteCategory2Name": "MP4&MP3",
"ItemSiteCategory3Name": "Unassigned",
"ItemSiteCategory4Name": "Unassigned",
"ItemSiteCategory5Name": "Unassigned",
"ItemSiteCategory6Name": "Unassigned",
"ItemSiteCategory7Name": "Unassigned",
"ItemSiteCategory8Name": "Unassigned",
"SiteGroupInventoryPosition": 32,
"SiteGroupUsagePattern": 16,
"SiteGroupOnHandQuantity": 2.00000,
"SiteGroupAvailableQuantity": 2.00000,
"SiteGroupCurrentExcessQuantity": 2.00000,
"SiteGroupCurrentExcessThreshold": 0.00000,
"SiteGroupTotalForecastedDailyUsage": 0.0,
"PrimarySupplierId": 47,
"ItemSiteCategory1Id": 7,
"ItemSiteCategory2Id": 24,
"ItemSiteCategory3Id": 1,
"ItemSiteCategory4Id": 1,
"ItemSiteCategory5Id": 1,
"ItemSiteCategory6Id": 1,
"ItemSiteCategory7Id": 1,
"ItemSiteCategory8Id": 1,
"BuyerId": 7,
"BoMPosition": 4,
"AlertSummaryId": 0,
"DateUpdated": "0001-01-01T00:00:00+00:00",
"ASt": 0,
"APri": 0,
"AlertTypeName": "DeadStock"
},
...
]