Develop > Controller layer > Order and quote capture integration > Order and quote capture integration flows


Order submission and quote creation flow

This section describes the message flows between systems when a customer adds items to shopping cart, prepares the order for submission, and finally either submits the cart for order processing or creates a quote out of the current order.

Following are the series of actions involved in the order submission or quote creation flow after a customer logs in to the WebSphere Commerce storefront:

  1. Customer browses the catalog and adds a product to the shopping cart.

  2. WebSphere Commerce makes the following outbound calls to the external system:

    1. GetInventoryAvailability call to retrieve the product availability information if it is not available in the cache.

    2. GetPriceList call to get the offer price for the product if it is not available in the cache.

  3. The storefront calls WebSphere Commerce to prepare the order for checkout. The customer provides all the necessary checkout data, such as shipping address, shipping mode, and payment information before submitting the order.

  4. WebSphere Commerce makes the following outbound calls to the external system:

    1. ProcessInventoryRequirement(Reserve) call to reserve product inventory in the external system.

    2. GetPriceList call to refresh the offer price for the product from the external system

    3. ProcessOrder(CalculateOrder) call to calculate the order value in the external system

  5. The customer either submits the order or creates a quote out of the order.

  6. WebSphere Commerce makes the following outbound calls to the external system:

    1. ProcessOrder(TransferOrder) call to submit the order.

    2. ProcessQuote(SubmitQuote) call to create a quote out of the existing order.

When using the Order and quote capture integration, WebSphere Commerce does not support editing of orders once they are submitted.

The following diagram shows the order submission and quote creation message flow between WebSphere Commerce and an external system.


Related concepts

Inventory availability caching

Transforming, loading, and extracting data using the WebSphere Commerce loading utilities


+

Search Tips   |   Advanced Search