Discussions
Processing Order Stages with iMIS REST API
Hello,
Is there a preferred method with the iMIS REST API to process orders? That is updating the order stage.
For example: We can use the Executes a LegacyOrder operation and it seems to be able to process the orders from one stage to another. What if we need to move from a Quote stage to an Invoice stage? Do we have to run as many operations as needed to make this happen?
The Processing orders documentation highlight the different stages:
However, the stages could be different depending on the order type definition setup.
I am assuming that would be fine to execute the legacy order operation for any stage, even if that does not apply, since currently it does not error out when trying to move from a Quote to an Invoice (bypassing all the possible stages in-between) and it does not work (i.e. the order stays in the Quote stage).
Thank you for any advice.