|
Tip
|
The 2.x versions are Spring Boot 3 compatible. |
Added support for Retail Delivery Fees
Included fee totals in order total breakdown of customer emails
Updated the FulfillmentStatusChange listeners to read Order and OrderFulfillment by ids, to accommodate the new message payload that only contains IDs to avoid RecordTooLargeException for large fulfillments
The listeners will still check for the full Order and OrderFulfillment payload in the message for the sake of backward compatibility, but the logic is subject to removal in a future release
broadleaf.notification.orderprovider.url
Description: The base url for an external order service
Default value: https://localhost:8470/order
broadleaf.notification.orderprovider.order-uri
Description: The URI path for basic singular order retrieval
Default value: /orders
broadleaf.notification.orderprovider.fulfillment-uri
Description: The URI path for basic singular fulfillment retrieval
Default value: /order-fulfillments
broadleaf.notification.orderprovider.service-client
Description: The service client to use when calling order services
Default value: notificationclient