Developer Preview
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 Quotes API
Initiate a quote renegotiation or decline the quote
Make a PATCH request to the existing /commerce/webstores/{webstoreId}/quotes/{quoteId} resource.
Convert approved quotes or duplicate drafts to carts
Make a POST request to the new /commerce/webstores/{webstoreId}/quotes/{quoteId}/cart resource.
Create a new quote from a product
Make a POST request to the new /commerce/webstores/{webstoreId}/products/{productId}/quotes resource.
Changed Request Body Types
These request body types have changes.
SaleInputRepresentation
This type has these new properties.
enhancedPaymentData—Specifies enhanced payment data with Level 2 and Level 3 fields. Supported only for third-party payment gateways.paymentInitiationSourceId—ID of the source that initiated the payment. Supported only for third-party payment gateways.
Changed Response Body Types
These response body types have changes.
DeliveryMethodRepresentation
This type has this changed and new property.
totalCartItemQuantity—Specifies the total quantity of all product-type cart items within a delivery group. Supports up to four decimal places.
See Also
Let us know so we can improve!