Newer Version Available
Release Notes
This section covers the latest updates and changes to the Commerce APIs defined through the OpenAPI specification. For updates on other Salesforce Commerce API types, see the Salesforce Commerce Release Notes.
New and Changed Endpoints
Commerce Cart API
Create a quote from an active cart
Make a POST request to the new /commerce/webstores/{webstoreId}/carts/{activeCartOrId}/quotes resource.
Retrieve carts for authenticated or guest users
Make a GET request to the existing /commerce/webstores/{webstoreId}/carts resource.
Commerce Quotes API
Retrieve details for a quote
Make a GET request to the new /commerce/webstores/{webstoreId}/quotes/{quoteId} resource.
Retrieve all quotes for an account
Make a GET request to the new /commerce/webstores/{webstoreId}/quotes resource.
Changed Request Body Types
These request body types have changes.
CartInputRepresentation
This type has this changed and new property.
description— Specifies a user-friendly description of the cart.
Changed Response Body Types
These response body types have changes.
CartProductSummaryRepresentation
This type has this changed and new property.
dynamicAttributes— Specifies the dynamic attributes associated with this product.
See Also
- Salesforce Winter ’26 Release Notes: Development
https://help.salesforce.com/s/articleView?id=release-notes.rn_development.htm - Salesforce Winter ’26 Release Notes: Commerce
https://help.salesforce.com/s/articleView?id=release-notes.rn_commerce.htm
Let us know so we can improve!