Click or drag to resize

productsgetCatalogProduct Method

Retrieves a specific product from a catalog. Calls: xct_spDSLGetCatalogProduct

Namespace:  ctDynamicsSL
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[WebMethodAttribute(MessageName = "getCatalogProduct", Description = "Retrieves a specific product from a catalog.  Calls: xct_spDSLGetCatalogProduct")]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
public DataSet getCatalogProduct(
	string catalogID,
	string itemID,
	string productParams
)

Parameters

catalogID
Type: SystemString
itemID
Type: SystemString
productParams
Type: SystemString

Return Value

Type: DataSet
See Also