  | StockUnitDelete Method (String, String) | 
 Note: This API is now obsolete.
 
    Namespace: 
   Dynamicweb.Ecommerce.Stocks
    Assembly:
   Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax[ObsoleteAttribute("Use DeleteProductStockUnits instead")]
public void Delete(
	string productId,
	string variantId
)<ObsoleteAttribute("Use DeleteProductStockUnits instead")>
Public Sub Delete ( 
	productId As String,
	variantId As String
)Parameters
- productId
 - Type: SystemString
 - variantId
 - Type: SystemString
 
See Also