How to Manipulate ProductsΒΆ
This chapter gives details on how to use the internal API to manipulate products, the product is the main object of the PIM and it comes with specific services for the following situations.
- How to Query Products
- How to Create Products
- How to Update Products
- Prerequisites
- Instantiate a New ObjectUpdaterInterface
- Use the ObjectUpdaterInterface
- Instantiate a New PropertySetterInterface
- Use the PropertySetterInterface
- Instantiate a New PropertyAdderInterface
- Use the PropertyAdderInterface
- Instantiate a New PropertyRemoverInterface
- Use the PropertyRemoverInterface
- Instantiate a New PropertyCopierInterface
- Use the PropertyCopierInterface
- Add a Custom FieldSetterInterface
- Add a Custom FieldAdderInterface
- Add a Custom FieldRemoverInterface
- Add a Custom FieldCopierInterface
- How to Validate Products
- How to Save Products
- How to Remove Products