0% found this document useful (0 votes)
386 views1 page

Complete Checkout - Sequence Diagram

The diagram shows the checkout completion flow between several services. The CheckoutWebService POSTs to initiate the checkout completion flow. The CheckoutCompletionFlow runs and gets the checkout session. It then validates the checkout session and requests a shipping summary from the ShippingBroker.

Uploaded by

Alexander Rommel
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
386 views1 page

Complete Checkout - Sequence Diagram

The diagram shows the checkout completion flow between several services. The CheckoutWebService POSTs to initiate the checkout completion flow. The CheckoutCompletionFlow runs and gets the checkout session. It then validates the checkout session and requests a shipping summary from the ShippingBroker.

Uploaded by

Alexander Rommel
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Complete Checkout Sequence Diagram

CheckoutWebService CheckoutCompletionFlow CheckoutSession CheckoutValidation ShippingBroker

POST: /checkout/complete

run()
getCheckout()

return Checkout

hardValidation()

requestSummary()

return Summary
return ValidationResponse

return FlowMessage

You might also like