| StockLocationSaveRelation Method |
Note: This API is now obsolete.
Namespace:
Dynamicweb.Ecommerce.Stocks
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax [ObsoleteAttribute("Use Services.StockService.CreateStockLocationRelation(String, Int64) instead.")]
public bool SaveRelation(
string shopId,
long stockLocationId
)
<ObsoleteAttribute("Use Services.StockService.CreateStockLocationRelation(String, Int64) instead.")>
Public Function SaveRelation (
shopId As String,
stockLocationId As Long
) As Boolean
Parameters
- shopId
- Type: SystemString
- stockLocationId
- Type: SystemInt64
Return Value
Type:
BooleanSee Also