By using this website, you agree to our Terms of Use (click here)
Hello Tim,
I've been task with a project to build an API that will return product prices based on discount codes. I'm familiar with the discount code system and how the order applies the discount; however, I haven't found a way to get products prices with discounts applied without inserting the order and then pulling the prices out from the same.
Does Acumatica support getting prices based on discount code via the WebService API or do I have to build on top of the current system?
Thanks.
--Paul
I just saw this on Stack and will report back if this works for me.
https://stackoverflow.com/questions/37265806/acumatica-web-api-apply-discounts
Wow, thanks for pointing that out. That looks very promising. Seems to me though that it's missing Warehouse since technically discounts can be set at the Warehouse level.