Reports
Retrieves the inventory valuation sheet
GET
Headers
Value must be 'Bearer <token>' where <token> is an API key prefixed with 'bc_' or a JWT token.
Example:
"Bearer bc_1234567890abcdef"
Required if Authorization is a JWT token. The organization ID to operate within.
Query Parameters
The date for which the inventory valuation is requested
Example:
"2024-01-01T00:00:00.000Z"
Number of decimal places to display
Example:
2
Whether to divide the number by 1000
Example:
false
Whether to show zero values
Example:
true
How to format money values
Available options:
total
, always
, none
Example:
"total"
How to format negative numbers
Available options:
parentheses
, mines
Example:
"parentheses"
Whether to exclude transactions
Example:
false
Whether to exclude zero values
Example:
false
Whether to include only active items
Example:
true
Array of item IDs to filter
Example:
[1, 2, 3]
Array of warehouse IDs to filter
Example:
[10, 20]
Array of branch IDs to filter
Example:
[100, 200]
Response
200
The inventory valuation sheet