Try our conversational search powered by Generative AI!

API to get the parent IOrderGroup of an IOrderForm

Fixed in

EPiServer.Commerce 13.0.0

(Or a related package)

Created

Oct 18, 2018

Updated

Dec 19, 2023

State

Closed, Acceptance tests pass


Description

In some cases, such as AvaTax, we have to cast an IOrderForm object to a concrete implementation to find its parent IOrderGroup.
It would be nice to be able to get Parent of IOrderForm, maybe as a method on IOrderGroupFactory or IOrderGroupBuilder, or so on.