Strongly Type Models in EPiServer Commerce

We can create Strongly typed models just by inheriting a proper type from EPiServer.Commerce.Catalog.ContentTypes and and decorating it with the ContentTypeAttribute attribute. that means those types will be available as ContentData. To create models for commerce content following types are available.VariationContent: A type for variation/SKU models.ProductContent: A type for product models.BundleContent: A type for bundle models.PackageContent: A …