Dear Experts,
We are facing a peculiar issue that I wanted your input with.
We have a few non-stock items with a price-sheet in Acumatica. We also built an external integration via REST APIs to create an invoice in Acumatica from an external system.
The pricing is different in Acumatica’s price sheet vs External System for one particular Invoice Item, say PRODUCT_X.
Since we don’t want Acumatica to calculate it’s own list price when the price comes from External System, we tried to set the UnitPrice, ListPrice, ExtPrice and Amount fields through the API.
Acumatica accepts all of them except for ListPrice. It always sets the ListPrice to be the price that Acumatica calculates through the Sales Price Sheet.
Do you know if this a known behavior? I am still able to edit the List Price from the UI, but it’s just that I am not able to set it via API.
Thanks again for your valuable input, as always!