ContributionsMost RecentMost LikesSolutionsSaleOrderLine_ItemSoldRequired error Getting this error from our MYOB integration when trying to create an order via the API. Not sure what it means? {"Name"=>"ValidationError", "Message"=>"SaleOrderLine_ItemSoldRequired", "AdditionalDetails"=>"ItemId:(SaleOrderItemLine)", "ErrorCode"=>4364, "Severity"=>"Error", "LearnMore"=>nil} I assume there is something wrong with the "item" that the order line is referencing. But I don't get what, it's not really clear to me. (I'm a developer, not a MYOB user...) Any ideas? I just need to translate this to a human-readable message, so the end user can correct the issue themselves. cheers