1. Commerce Fundamentals

Get Unassociated Product Catalogs

Version:

Developer tasks for using GetUnassociatedProductCatalogs.

  1. Reference the Sitecore.Commerce.Connect.CommerceServer and Sitecore.Commerce.dll.

  2. Pick the class in your solution where want to use this service method.

  3. Paste in the code below to use the service method.

    var request = new GetUnassociatedProductCatalogsRequest();
    var provider = new CommerceInventoryServiceProvider();
    var result = provider.GetUnassociatedProductCatalogs(request);
If you have suggestions for improving this article, let us know!