search
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
Hi,
We are aware of this and will add these properties in the future. However adding properties to an interface is a breaking change, so it will need a major release. That change will not fit in Commerce 11 - which is in final stage right now, so it'll have to wait until Commerce 12, unless if we figure out some smart way to do it without a breaking change.
Regards,
/Q
(..and also LineItem.Clone() method) :)
Okay, thanks for the info Quan.
Hi all,
(using Epi commerce 9.24)
I have a lot of code that depends on LineItem. I'd like to depend on ILineItem instead, if possible.
However ILineItem seems to be missing a few things that LineItem had:
- MaxQuantity
- MinQuantity
- ExtendedPrice
- ParentCatalogEntryId
Is there a way to retrieve those values for a ILineItem?