Search Stock Locations

Version: 8.2

Developer tasks for using service method SearchStockLocations.

SearchStockLocations is used to search for SKUs within specific inventory catalogs.

At your Visual Studio Solution setup:

  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.

    RequestResponse
    var service = new CommerceInventoryServiceProvider();
    var request = new SearchStockLocationsRequest { SearchClause = @"([InventoryCatalogName] like N'%Positive%')" };
    var result = service.SearchStockLocations(request);

Do you have some feedback for us?

If you have suggestions for improving this article,