Interface B2BSaleQuoteService

All Known Implementing Classes:
DefaultB2BSaleQuoteService

@Deprecated(since="6.3", forRemoval=true) public interface B2BSaleQuoteService
Deprecated, for removal: This API element is subject to removal in a future version.
Since 6.3. Please see quote functionality from commerce. The Interface B2BSaleQuoteService. This service places a customer's order which requests a sales quote from an account manager.
Spring Bean ID:
b2bSaleQuoteService
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    This will reset the OrderStatus to CREATED and then follow the path of the placeQuoteOrder(OrderModel)
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Places an order that requests a sales quote from an account manager.
  • Method Details

    • placeQuoteOrder

      void placeQuoteOrder(OrderModel order)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Places an order that requests a sales quote from an account manager.
      Parameters:
      order - the sales order quote
    • placeOrderFromRejectedQuote

      void placeOrderFromRejectedQuote(OrderModel order)
      Deprecated, for removal: This API element is subject to removal in a future version.
      This will reset the OrderStatus to CREATED and then follow the path of the placeQuoteOrder(OrderModel)
      Parameters:
      order - the sales order quote