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