Class ExternalInventoryProperties
java.lang.Object
com.broadleafcommerce.catalogbrowse.service.provider.external.inventory.ExternalInventoryProperties
@ConfigurationProperties("broadleaf.catalogbrowse.inventoryprovider")
public class ExternalInventoryProperties
extends Object
Properties for interacting with an external Inventory system.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionURI for checking inventory for a list of SKUsThe service client to use when calling inventory services.getUrl()The base url for an external inventory service.voidsetBulkCheckAvailabilityUri(String bulkCheckAvailabilityUri) URI for checking inventory for a list of SKUsvoidsetServiceClient(String serviceClient) The service client to use when calling inventory services.voidThe base url for an external inventory service.
-
Constructor Details
-
ExternalInventoryProperties
public ExternalInventoryProperties()
-
-
Method Details
-
getUrl
The base url for an external inventory service. -
getBulkCheckAvailabilityUri
URI for checking inventory for a list of SKUs -
getServiceClient
The service client to use when calling inventory services. Default is "catalogbrowseclient". -
setUrl
The base url for an external inventory service. -
setBulkCheckAvailabilityUri
URI for checking inventory for a list of SKUs -
setServiceClient
The service client to use when calling inventory services. Default is "catalogbrowseclient".
-