An Inventory Valuation report displays a list of inventory items, quantities available, item cost, and costing method. The total of all items is the total inventory value on the balance sheet.
The report is divided into two sections: Summary and Detail. The Details section shows what's on the shelf, the summary section shows the value in a warehouse.
For more information, see Inventory Valuation report in the Sage Intacct Help Center.
Runs an inventory valuation report
Report parameters
title1 | string Primary title for the report. Example: "Inventory valuation June 2025" | ||||||||||||||||||||||||||||||||||||||||||
title2 | string Secondary title for the report. Example: "Monthly report" | ||||||||||||||||||||||||||||||||||||||||||
footerText | string Text of the footer included in the report. Example: "June 2025 Valuation Report" | ||||||||||||||||||||||||||||||||||||||||||
scheduledReportDate | string <date> Specifies the date on which the report is scheduled to run. Example: "2025-06-30" | ||||||||||||||||||||||||||||||||||||||||||
outputType | string Output format for the report. Example: "html" | ||||||||||||||||||||||||||||||||||||||||||
outputLocation | string Specifies where the report is stored and can be accessed. Example: "intacct" | ||||||||||||||||||||||||||||||||||||||||||
reportName | string Specifies the name used in report lists. Example: "Inventory valuation June 2025" | ||||||||||||||||||||||||||||||||||||||||||
object Report cloud store options | |||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||
object parameters | |||||||||||||||||||||||||||||||||||||||||||
|
OK
Bad Request
{- "title1": "Inventory valuation 2024",
- "title2": "Items from A to Z",
- "footerText": "2024 report",
- "reportName": "Inventory valuation 2024 A - Z",
- "outputType": "pdf",
- "outputLocation": "intacct",
- "parameters": {
- "asOfDate": "2024-12-31",
- "reportOn": "itemID",
- "filters": {
- "itemFilter": {
- "fromItemId": "A",
- "toItemId": "Z"
}
}
}
}
{- "ia::result": {
- "reportId": "108",
- "status": "submitted",
- "outputType": "pdf",
- "outputLocation": "intacct",
- "href": "/services/reports/status?reportId=108&outputType=pdf&outputLocation=intacct"
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}