<dependency>
<groupId>com.broadleafcommerce.microservices</groupId>
<artifactId>broadleaf-cart-services-metadata</artifactId>
</dependency>
Tip
|
The 2.x versions are Spring Boot 3 compatible. |
Added support for quote
Introduced the following new fields to Cart
type
expirationDate
salesRepAssignments
Introduced the following new domains
CartNote
ReviewerAssignment
Introduced a listener for scheduled job to mark quotes as expired
Introduced Cart Services Metadata library to support a Quote list grid in the admin
To enable:
Set broadleaf.quotes.enabled=true
for Cart Operations Service or its containing flexpackage, e.g., Cart.
If using the Next.js Starter, set NEXT_PUBLIC_AUTH_CSR_SCOPE="CSR PUBLISH_QUOTE"
and NEXT_PUBLIC_QUOTE_ENABLED=true
.
Add the following to your Metadata Service or Supporting flexpackage pom.xml to include the new Cart Services Metadata library.
<dependency>
<groupId>com.broadleafcommerce.microservices</groupId>
<artifactId>broadleaf-cart-services-metadata</artifactId>
</dependency>
Set broadleaf.cart.metadata.enable-quote=true
for Cart Services Metadata or its containing flexpackage, e.g., Supporting.
Path | Description |
---|---|
|
Clone cart action audits from the given cart id to another cart |
|
Creates a CartNote |
|
Retrieves CartNotes for the given cart id |
|
Replaces a CartNote |
|
Updates a CartNote |
|
Deletes a CartNote |