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 --request GET 'https://api.edara.io/v/stockItems/CostByPartNumbers?partNumbers&date' \
--header 'Authorization: Bearer <token>'
Responses
{
"status_code": 0,
"error_message": "string",
"result": 0,
"total_count": 0
}
Modified at 2025-11-27 13:36:04