Interface B2BSaleQuoteService

  • All Known Implementing Classes:
    DefaultB2BSaleQuoteService

    @Deprecated(since="6.3")
    public interface B2BSaleQuoteService
    Deprecated.
    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 Detail

      • placeQuoteOrder

        void placeQuoteOrder​(OrderModel order)
        Deprecated.
        Places an order that requests a sales quote from an account manager.
        Parameters:
        order - the sales order quote
      • placeOrderFromRejectedQuote

        void placeOrderFromRejectedQuote​(OrderModel order)
        Deprecated.
        This will reset the OrderStatus to CREATED and then follow the path of the placeQuoteOrder(OrderModel)
        Parameters:
        order - the sales order quote