Class ExternalFulfillmentProviderProperties

java.lang.Object
com.broadleafcommerce.cartoperation.service.provider.external.ExternalFulfillmentProviderProperties

@ConfigurationProperties("broadleaf.cartoperation.fulfillmentprovider") public class ExternalFulfillmentProviderProperties extends Object
  • Constructor Details

    • ExternalFulfillmentProviderProperties

      public ExternalFulfillmentProviderProperties()
  • Method Details

    • getUrl

      public String getUrl()
      The base url for Fulfillment Services.
    • getOptionsUri

      public String getOptionsUri()
      Path that will be appended to the URL to interact with PricedFulfillmentOptions.
    • getConfigUri

      public String getConfigUri()
      Path that will be appended to the URL to interact with FulfillmentPricingConfig.
    • getServiceClient

      public String getServiceClient()
      The service client to use when interacting with Fulfillment Services. Default is "cartopsclient"
    • setUrl

      public void setUrl(String url)
      The base url for Fulfillment Services.
    • setOptionsUri

      public void setOptionsUri(String optionsUri)
      Path that will be appended to the URL to interact with PricedFulfillmentOptions.
    • setConfigUri

      public void setConfigUri(String configUri)
      Path that will be appended to the URL to interact with FulfillmentPricingConfig.
    • setServiceClient

      public void setServiceClient(String serviceClient)
      The service client to use when interacting with Fulfillment Services. Default is "cartopsclient"