The getProductSkusXML Web service retrieves the Product item in XML form as specified by the ProductId. If custom catalogs are used, then catalog item is retrieved as specified by CatalogId. If no catalog item is found, then the user in the current session is accessed and catalog item is retrieved from the user.

Servlet name

getProductSkusXML

Input Parameters

productId - Specifies the product to retrieve
catalogId - (Optional) 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 is used.

Output

SKU items present in the specified product in XML format.

Web Service Class

atg.commerce.catalog.CatalogServices

Nucleus Component

/atg/commerce/catalog/CatalogServices

Method

getProductSkusXML(String pProductId, String pCatalogId)

Executes within a session

Yes

WSDL URL

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

Endpoint URL

http://hostname:port/commerce/catalog/getProductSkusXML/getProductSkusXML

Security FunctionalName

Catalog

Repository Component

/atg/commerce/catalog/ProductCatalog

Item Descriptor

sku

 
loading table of contents...