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: Gets results from the grid in the History tab of the Inventory Snapshot for specified itemSiteIds
Resource: ItemSiteHistoryDetail/
Verb: GET
Query String Options:
- itemSiteId (required): ItemSiteId for which you want history for
Description: Gets results from the grid in the History tab of the Inventory Snapshot for specified timeframes
Resource: ItemSiteHistoryDetail/fetchby/dateRangeItemSiteFilters/
Verb: POST
Example Request Body:
{
"PrimarySupplierIds": [88],
"AbcClasses": ["A"],
"StartDate": "2026/06/01",
"EndDate": "2026/07/06"
}
Returns: JSON Array of ItemSiteHistoryDetail objects
Example Response JSON:
[{
"ItemId": 607,
"ShipperId": 2,
"ItemCode": "0101003",
"SiteCode": "9",
"ItemSiteHistoryId": 883085,
"ItemSiteId": 361,
"CaptureDate": "2024/06/17",
"TotalOnHandQuantity": 70.00000,
"TotalAvailableQuantity": 70.00000,
"ActiveOrderPolicy": 2,
"Eoq": 27.331292657246934,
"ActivePanicPoint": 6.00000,
"ActiveSafetyStock": 12.00000,
"ActiveTargetStock": 70.5000000,
"ActiveMaxStock": 129.00000,
"CurrentDaySafetyStock": 0.00000,
"CurrentDayTargetStock": 0.0000000,
"CurrentDayMaxStock": 0.00000,
"CurrentCost": 22.08000,
"StandardCost": 22.08000,
"StandardPrice": 22.08000,
"AbcClass": "A",
"XyzClass": "X",
"TargetServiceLevel": 0.990000,
"UsagePattern": 2,
"InventoryPosition": 16,
"CurrentExcessThreshold": 361.00000,
"OutOfStockQuantity": 0.00000,
"ReplacementFlags": 0,
"IsOnHandCopied": false,
"DateUpdated": "2024-06-17T17:07:14-05:00"
},
{
"ItemId": 607,
"ShipperId": 2,
"ItemCode": "0101003",
"SiteCode": "9",
"ItemSiteHistoryId": 787784,
"ItemSiteId": 361,
"CaptureDate": "2024/06/16",
"TotalOnHandQuantity": 219.00000,
"ActivePanicPoint": 8.50000,
"ActiveSafetyStock": 17.00000,
"ActiveTargetStock": 54.0000000,
"ActiveMaxStock": 91.00000,
"CurrentDaySafetyStock": 0.00000,
"CurrentDayTargetStock": 0.0000000,
"CurrentDayMaxStock": 0.00000,
"CurrentCost": 22.08000,
"StandardCost": 22.08000,
"StandardPrice": 0.00000,
"TargetServiceLevel": 0.950000,
"UsagePattern": 2,
"InventoryPosition": 32,
"CurrentExcessThreshold": 17.00000,
"OutOfStockQuantity": 0.00000,
"ReplacementFlags": 0,
"IsOnHandCopied": false,
"DateUpdated": "2024-06-17T16:37:43-05:00"
},
...
]