I'm getting "Product/Warehouse Not Set Up in Warehouse Products - ICSW (4602)" for any product that I know is set up in the warehouse I'm calling. Does this API work for others? I'm trying to retrieve the average cost for a product.
{
"request": {
"companyNumber": {{companyNumber}},
"operatorInit": "{{operatorInit}}",
"operatorPassword": "{{operatorPassword}}",
"product": "256121/2B",
"warehouse": "akr",
"crossReferenceFlag": false
}
}