| ProductServiceDelete Method (String, String) |
Namespace:
Dynamicweb.Ecommerce.Products
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public void Delete(
string productId,
string productVariantId = null
)
Public Sub Delete (
productId As String,
Optional productVariantId As String = Nothing
)
Parameters
- productId
- Type: SystemString
- productVariantId (Optional)
- Type: SystemString
See Also