The getProductXMLByDescription Web service retrieves the product whose properties contain SearchString, as specified by SearchPropertyNames or getSearchPropertyNames().

Servlet name

getProductXMLByDescription

Input Parameters

searchString - Search string to search for in the properties of Product.
searchPropertyNames – (Optional) Array of property names to search for. If this is null, then the property names configured at CatalogServices.searchPropertyNames will be used.
catalogId – (Optional) The catalog item to verify the product. This is only relevant if using custom catalogs. If using custom catalogs, and this parameter is null, then the current user’s catalog will be used.

Output

Product items in XML format

Web Service Class

atg.commerce.catalog.CatalogServices

Nucleus Component

/atg/commerce/catalog/CatalogServices

Method

getProductXMLByDescription(String pSearchString, String[] pSearchPropertyNames, String pCatalogId)

Executes within a session

Yes

WSDL URL

http://hostname:port/commerce/catalog/getProductXMLByDescription?WSDL

Endpoint URL

http://hostname:port/commerce/catalog/getProductXMLByDescription/getProductXMLByDescription

Security FunctionalName

Catalog

Repository Component

/atg/commerce/catalog/ProductCatalog

Item Descriptor

product

 
loading table of contents...