Modify products

To modify a product, you must perform the following:

  1. Get an instance of the CatalogManager object.
  2. Get the instance of the product you want to modify.
    You must get the master version of the product and modify it.
    For more information,see For developers: Query products.
  3. Modify the instance of the product.
    Update the values of the properties of the product.
  4. Save the changes to the manager.
  5. Publish the product.
    To publish the product, call the MessageWorkflow method of the WorkflowManager class and pass the required arguments as shown in the example below.
    This updates the live version of your product and makes the changes visible on the frontend.

Code example: Modify a product

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

Delete products