| StockServiceDeleteStockLocationRelation Method |
Namespace:
Dynamicweb.Ecommerce.Stocks
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public void DeleteStockLocationRelation(
string shopId,
long stockLocationId
)
Public Sub DeleteStockLocationRelation (
shopId As String,
stockLocationId As Long
)
Parameters
- shopId
- Type: SystemString
- stockLocationId
- Type: SystemInt64
See Also