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