Discussions
EMS - Override UnitPrice on a non-dues subscription API request
2 days ago by Brian Hines
I'm following the instructions in this article: https://developer.imis.com/docs/purchasing-non-dues-subscriptions
I'm using a different non-dues subscription item, and I'm able to add the item to the cart. However, I can't seem to override the UnitPrice on the non-dues subscription item. I've used the "IsUnitPriceOverridden" at the OrderLine and ChildOrderLine levels. However, when I submit the payload to the "/api/order/_execute" route to update the pricing, the UnitPrice amounts in the response payload are all reset to the default product price.
Is it possible to do this?