> For the complete documentation index, see [llms.txt](https://developer.esw.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.esw.com/salesforce-commerce-cloud/sfcc-release-notes/v4.8.0.md).

# v4.8.0

{% updates format="full" %}
{% update date="2025-11-04" %}

## Cartridge v4.8.0

### Features & Supported ESW Integrations <a href="#features-and-supported-esw-integrations" id="features-and-supported-esw-integrations"></a>

* Order Payment Status Update from ESW to SFCC: This feature synchronizes payment statuses from ESW directly into the SFCC Business Manager, providing real-time insights into the financial progression of each order.
* Self Hosted Order Confirmation Page: The ESW cartridge now supports self-hosted order confirmation, allowing retailers to choose where shoppers are redirected after a successful ESW checkout. In SFCC, they can configure either a custom path on their site or an external URL as the order confirmation page.
* Multi Origin: Multi origin feature is now supported by SiteGenesis, PWA, and Headless atchitectures.
* Azure Logs Integration: The ESW cartridge is now integrated with Azure logging. Errors from the ESW cartridges will be logged in real-time in the ESW logs, enabling faster and more efficient troubleshooting.

  &#x20;

### Improvements <a href="#improvements" id="improvements"></a>

General Enhancements And Bug Fixes:

* Added support for post-order registration for the Headless architectures.
* The information provided on the Integration Monitoring page is now presented in tabular form instead of JSON.
* Refactored the SFRA cartridge to eliminate deprecated methods and fix quota violation errors.
* Updated the UI Menu in Merchant Tools. Now only one menu item is present in the Merchat Tools menu for the ESW cartridge - “Cartridge Management“
* Rounding rules now derive the currency exponent from pricing advisor data
* Enhanced shopping experience with faster PLP and PDP load times. Remote include calls are now cached and triggered only when shoppers change currency or country, ensuring smoother browsing and reduced wait times.
* Node 18 is now supported for the ESW cartridge.

### Configuration/System Object Enhancements <a href="#configuration-system-object-enhancements" id="configuration-system-object-enhancements"></a>

Site Preferences

* eswMultiOriginEnabled
* eswSyncPostOrderUpdates
* isEswSelfHostedOcEnabled
* eswSelfhostedOcPageUrl
* eswEnableAzureInsightLogs
* eswAzureInsightiKey

PaymentTransaction(System Attribute):

* eswPaymentStatus

Services:

* EswOcapiDataAuthService
* EswMoInventorySyncCredentials
* EswAzureInsightService
* EswDispatchOcapiJobService

Job

* eswSubmitLogsForReviewJob
  {% endupdate %}
  {% endupdates %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://developer.esw.com/salesforce-commerce-cloud/sfcc-release-notes/v4.8.0.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
