Query product types

Querying a single product type

To query a single product type, you must perform the following:

  1. Get an instance of the EcommerceManager object.
  2. Get the product type.
    To get the product type, you  must either call the GetProductType method and pass the ID of the product type as an argument, or call the GetProductTypes method and filter the collection by the desired criteria, for example by title.

Querying a product type by ID




Querying a product type by title




Query all product types

To query all product types, you must perform the following:

  1. Get an instance of the CatalogManager object.
  2. Get the product types.
    To get the product types, you must call the GetProductTypes method of the manager and return it as a list.

Querying all product types




Increase your Sitefinity skills by signing up for our free trainings. Get Sitefinity-certified at Progress Education Community to boost your credentials.

Web Security for Sitefinity Administrators

The free standalone Web Security lesson teaches administrators how to protect your websites and Sitefinity instance from external threats. Learn to configure HTTPS, SSL, allow lists for trusted sites, and cookie security, among others.

Foundations of Sitefinity ASP.NET Core Development

The free on-demand video course teaches developers how to use Sitefinity .NET Core and leverage its decoupled architecture and new way of coding against the platform.

Was this article helpful?

Next article

Modify product types