Get Unassociated Product Catalogs
Version: 8.2
Developer tasks for using GetUnassociatedProductCatalogs
.
-
Reference the Sitecore.Commerce.Connect.CommerceServer and Sitecore.Commerce.dll.
-
Pick the class in your solution where want to use this service method.
-
Paste in the code below to use the service method.
RequestResponsevar request = new GetUnassociatedProductCatalogsRequest(); var provider = new CommerceInventoryServiceProvider(); var result = provider.GetUnassociatedProductCatalogs(request);