spring:
cloud:
stream:
bindings:
externalPaymentTransactionCartFinalizationOutput:
destination: externalPaymentTransactionCartFinalization
Tip
|
The 2.x versions are Spring Boot 3 compatible. |
Added support for durably-sending ExternalPaymentTransactionCartFinalizationEvents (triggered by CartOps interactions)
Added support for gathering historical carts by id
Path | Description |
---|---|
|
Retrieves the cart by the ID, customer ID and specified statuses. |
|
Retrieves the anonymous cart by the ID, email address and specified statuses. |