- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
IProductModuleService Reference
This section of the documentation provides a reference to the IProductModuleService
interface’s methods. This is the interface developers use to use the functionalities provided by the Product Module.
Note: You should only use the methods in this reference when implementing complex customizations. For common cases, check out available workflows instead.
The main service interface for the Product Module.
Methods#
- createProductCategories
- createProductCollections
- createProductOptions
- createProductOptionValues
- createProducts
- createProductTags
- createProductTypes
- createProductVariants
- deleteProductCategories
- deleteProductCollections
- deleteProductOptions
- deleteProductOptionValues
- deleteProducts
- deleteProductTags
- deleteProductTypes
- deleteProductVariants
- listAndCountProductCategories
- listAndCountProductCollections
- listAndCountProductOptions
- listAndCountProductOptionValues
- listAndCountProducts
- listAndCountProductTags
- listAndCountProductTypes
- listAndCountProductVariants
- listProductCategories
- listProductCollections
- listProductOptions
- listProductOptionValues
- listProducts
- listProductTags
- listProductTypes
- listProductVariants
- restoreProductCategories
- restoreProductCollections
- restoreProductOptions
- restoreProductOptionValues
- restoreProducts
- restoreProductTags
- restoreProductTypes
- restoreProductVariants
- retrieveProduct
- retrieveProductCategory
- retrieveProductCollection
- retrieveProductOption
- retrieveProductTag
- retrieveProductType
- retrieveProductVariant
- softDeleteProductCategories
- softDeleteProductCollections
- softDeleteProductOptions
- softDeleteProductOptionValues
- softDeleteProducts
- softDeleteProductTags
- softDeleteProductTypes
- softDeleteProductVariants
- updateProductCategories
- updateProductCollections
- updateProductOptions
- updateProductOptionValues
- updateProducts
- updateProductTags
- updateProductTypes
- updateProductVariants
- upsertProductCategories
- upsertProductCollections
- upsertProductOptions
- upsertProducts
- upsertProductTags
- upsertProductTypes
- upsertProductVariants
Was this page helpful?