  | ProductItemSave Method (String, String, String, String) | 
  
    Namespace: 
   Dynamicweb.Ecommerce.Products
    Assembly:
   Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntaxpublic void Save(
	string theProductId,
	string itemId,
	string theBomProductId,
	string theBomGroupId
)
Public Sub Save ( 
	theProductId As String,
	itemId As String,
	theBomProductId As String,
	theBomGroupId As String
)
Parameters
- theProductId
 - Type: SystemString
 - itemId
 - Type: SystemString
 - theBomProductId
 - Type: SystemString
 - theBomGroupId
 - Type: SystemString
 
See Also