getAllInventoryAdjustments
Retrieve inventory adjustments (waste transactions) by date and location.
Query parameters
Recipe Adjustment. When true indicates a recipe adjustment, when false indicates an inventory adjustment.
The code for the Daypart associated with the adjustment.
Date of transaction adjustment in format DD-MMM-YY.
Retrieve all the details of the inventory adjustment. Fetch the details only if transaction number is provided.
The Code that identifies the Location in Crunchtime.
The number of minutes since a inventory adjustment record was last updated. Use to set how far back to search.
Transaction number associated to the entry in Crunchtime.
Specify 'true' to output null data elements.
Headers
Secure token for API authentication.
Password for the Crunchtime Application User.
Crunchtime site identifier. (test or production)
User ID for the Crunchtime Application User.
Optional trace identifier for troubleshooting.
Response
Success
Example response
[
{
"inventoryAdjustmentDetailDetails": [
{
"lotNumber": "165R-13593",
"packageType": "GAL",
"productName": "OIL BLENDED",
"qualitativeJudgment": "BREAKAGE",
"quantity": 0.2475,
"recipeName": "MUSHROOMS ROASTED",
"recipeQuantity": 9.9,
"storageCode": "0004",
"transactionDate": "12/14/2025",
"value": 0.32,
"unitCost": 19.2632,
"recipeValue": 43.86
}
],
"inventoryAdjustmentHeaderDetails": {
"componentRecipeAdjustmentFlag": "Y",
"daypartCode": 6,
"entryUser": "JSCOTT",
"locationCode": "BS002",
"memo": "Items left out on counter",
"transactionNumber": "BS002",
"transactionDate": "12/14/2025",
"transactionValue": 132.48
}
}
]