Get bulk stock items cost (by part numbers) on specific date
Return stock items cost by part numbers on specific date...
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location 'https://api.edara.io/v/stockItems/CostByPartNumbers?partNumbers=undefined&date=undefined' \
--header 'Authorization: Bearer <token>'
Responses
{
"status_code": 0,
"error_message": "string",
"result": 0,
"total_count": 0
}
Modified at 2025-12-08 17:17:59