Hi there,
I am in the process of upgrading a site to 9.4. I am getting lots of warnings on stuff being obsolete, such as Order.GetOrder and so on. The hint is recommending to use the services in Dynamicweb.Ecommerce.Services. However, many of those are internal:
#Region "Not ready for public access"
Friend Shared ReadOnly Property Discounts As New DiscountService()
Friend Shared ReadOnly Property OrderLines As New OrderLineService()
Friend Shared ReadOnly Property Orders As New OrderService()
Friend Shared ReadOnly Property ProductCategoryFields As New ProductCategoryFieldService()
Friend Shared ReadOnly Property SalesDiscounts As New SalesDiscountService()
Friend Shared ReadOnly Property VariantCombinations As New VariantCombinationService()
Friend Shared ReadOnly Property VariantGroups As New VariantGroupService()
Friend Shared ReadOnly Property VariantOptions As New VariantOptionService()
#End Region
Were the obsolete warnings added a little too early? I can't currently fix them because of the visibility of the services which leads to a pretty confusing situation.
Thanks,
Imar