I have an issue when trying to place a SalesOrder via the Rest API. For this scenario, I am getting an error 422 - Unprocessable Entity. The error message is:
"error": "Unit conversion is missing.; Unit conversion is missing.",
This particular order has a quite a few items, so if the issue is related to one of the products, how could I find that out.
Any thoughts on how I could find the offending entity?
Thank you!