Hello,
We are working on a customization to export quotes via live integration and are having some trouble with getting the list of quote OrderStateIds. We are using OrderState.GetAllQuoteStates, but that is requiring the QuoteFlowId. The only way to get it to work now is to look in the database and hardcode it which is problematic if using this across more than one project where FlowId could vary.
How can we make this dynamic to get all QuoteStates without hard coding the OrderFlowId? Is there another method to get quote states that would be better?
Thanks,
Jeremy F.