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 Slow Items grid from the Slow Movers screen in the Inventory module
Resource: SlowMoversDetail/
Verb: GET
Returns: JSON Array of slow mover objects
Example JSON:
[{
"AlertKeyId": 7,
"AlertType": 2,
"PrimaryId": 7,
"PrimaryIdProperty": 1,
"ProjectedDeadDate": "2025/04/03",
"DaysUntilDead": 290,
"ItemAge": 124,
"ItemSiteId": 7,
"ShipperId": 3,
"ItemId": 35,
"SiteId": 14,
"ItemCode": "0101016",
"SiteCode": "44",
"SiteGroupName": "United States",
"PrimarySupplierName": "Xiamen Manufacturing Group",
"BuyerName": "AJ Foyt",
"ItemDescription": "Contoso 8GB Super-Slim MP3/Video Player M800 White",
"StandardCost": 0.32000,
"ActiveOrderPolicy": 2,
"ResolvedItemStatus": 1,
"AbcClass": "D",
"XyzClass": "Z",
"TotalOnHandQuantity": 2016.00000,
"OnHandBalance": 645.12000,
"TotalOnOrderQuantity": 0.00000,
"TotalAvailableQuantity": 2016.00000,
"TotalAvailableQuantityAtLeadTime": 2016.00000,
"LastSaleDate": "2024/04/03",
"LastUsedDate": "2024/04/03",
"FirstSaleDate": "2024/02/14",
"CustomerCount": 3,
"CustomerShipToCount": 3,
"TotalHistoricalDailyUsage": 0.0,
"TotalForecastedDailyUsage": 6.745238095238095,
"OnHandCubes": 1491.840000,
"ItemSiteCategory1Name": "Audio",
"ItemSiteCategory2Name": "MP4&MP3",
"ItemSiteCategory3Name": "Unassigned",
"ItemSiteCategory4Name": "Unassigned",
"ItemSiteCategory5Name": "Unassigned",
"ItemSiteCategory6Name": "Unassigned",
"ItemSiteCategory7Name": "Unassigned",
"ItemSiteCategory8Name": "Unassigned",
"SiteGroupInventoryPosition": 24,
"SiteGroupUsagePattern": 2,
"SiteGroupOnHandQuantity": 2078.00000,
"SiteGroupAvailableQuantity": 2078.00000,
"SiteGroupCurrentExcessQuantity": 0.00000,
"SiteGroupCurrentExcessThreshold": 2797.00000,
"SiteGroupTotalForecastedDailyUsage": 22.049999999999997,
"PrimarySupplierId": 59,
"ItemSiteCategory1Id": 7,
"ItemSiteCategory2Id": 24,
"ItemSiteCategory3Id": 1,
"ItemSiteCategory4Id": 1,
"ItemSiteCategory5Id": 1,
"ItemSiteCategory6Id": 1,
"ItemSiteCategory7Id": 1,
"ItemSiteCategory8Id": 1,
"BuyerId": 3,
"BoMPosition": 0,
"SupplierItemCode": "0101016",
"CountryOfOrigin": "China",
"AlertSummaryId": 0,
"DateUpdated": "0001-01-01T00:00:00+00:00",
"ASt": 0,
"APri": 0,
"AlertTypeName": "SlowMover"
},
...
]