Click or drag to resize

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
)

Parameters

shopId
Type: SystemString
stockLocationId
Type: SystemInt64

Return Value

Type: Boolean
See Also