Associate Location

Developer tasks for using service method AssociateLocation.

AssociateLocation is used to associate an inventory catalog and product catalog.

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.
    var request = new AssociateLocationRequest("product catalog name", "location name");
    var provider = new CommerceInventoryServiceProvider();
    var result = provider.AssociateLocation(request);