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

Want to learn more?

Sign up for our free beginner training. Boost your credentials through advanced courses and certification.
Register for Sitefinity training and certification.

Was this article helpful?

Next article

Delete products