[reflection.assembly]::loadwithpartialname(“Microsoft.CommerceServer.Catalog”)
$catalogAgent = new-object -typename Microsoft.CommerceServer.Catalog.CatalogServiceAgent -argumentlist (“http://localhost/DefaultSite_CatalogWebService/CatalogWebService.asmx”)
$catalogContext = [Microsoft.CommerceServer.Catalog.CatalogContext]::Create($catalogAgent)
$catalog = $catalogContext.GetCatalog("MyVirtualCatalog")
$product = $catalog.GetProduct("AW099-15(Adventure Works Catalog)")
No comments:
Post a Comment