> 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-integration.md).

# SFCC Integration

Use the ESW SFCC cartridge to connect Salesforce Commerce Cloud with ESW services.

This integration supports localized pricing, international checkout, order sync, and storefront localization across supported markets.

<div data-with-frame="true"><figure><img src="/files/DmMJkSAzYF69wJpH4dEw" alt=""><figcaption></figcaption></figure></div>

### What this integration includes

Use the SFCC cartridge to add core ESW capabilities to your storefront:

* localized pricing with fixed, calculated, or hybrid models
* checkout routing for ESW-supported and native countries
* order, shipping, catalog, and returns integrations

For example, a shopper in Sweden can see localized pricing in `SEK`, enter ESW Checkout, and have the confirmed order synced back into SFCC.

A shopper in a non-supported market stays on the native SFCC flow with native pricing and checkout.

{% tabs %}
{% tab title="Choose your starting point" %}
Start with the path that matches your implementation stage:

* New implementation — [Get Started](/salesforce-commerce-cloud/salesforce-commerce-cloud/get-started.md)
* Cartridge install — [Cartridge Installation](/salesforce-commerce-cloud/salesforce-commerce-cloud/cartridge-installation.md)
* Storefront customization — [Cartridge Setup](/salesforce-commerce-cloud/salesforce-commerce-cloud/cartridge-setup.md)
  {% endtab %}

{% tab title="Supported storefront architectures" %}
Choose the guide for your storefront architecture:

* [Storefront Reference Architecture](/salesforce-commerce-cloud/salesforce-commerce-cloud/cartridge-installation/storefront-reference-architecture.md)
* [Composable Storefront](/salesforce-commerce-cloud/salesforce-commerce-cloud/cartridge-installation/composable-storefront.md)
* [Headless (OCAPI) Architecture](/salesforce-commerce-cloud/salesforce-commerce-cloud/cartridge-installation/headless-ocapi-architecture.md)

If you use SiteGenesis, follow the [SiteGenesis installation guide](/salesforce-commerce-cloud/salesforce-commerce-cloud/cartridge-installation/sitegenesis.md).
{% endtab %}

{% tab title="Common implementation areas" %}
Use these sections as your main references during implementation:

* [Pricing](/salesforce-commerce-cloud/salesforce-commerce-cloud/pricing.md) for localized price construction, price books, FX, and rounding
* [Checkout Integration](/salesforce-commerce-cloud/salesforce-commerce-cloud/checkout-integration.md) for checkout routing, metadata, payment, and order confirmation
* [Catalog and Product Integration](/salesforce-commerce-cloud/salesforce-commerce-cloud/catalog-and-product-integration.md) for catalog feeds, restrictions, and localization

Use [Shipping and Fulfilment](/salesforce-commerce-cloud/salesforce-commerce-cloud/shipping-and-fulfilment.md) for shipping methods, packages, and multi-origin flows.

Use [Order Management](/salesforce-commerce-cloud/salesforce-commerce-cloud/order-management.md) and [Returns and Refunds](/salesforce-commerce-cloud/salesforce-commerce-cloud/returns-and-refunds.md) for post-checkout operations.
{% endtab %}
{% endtabs %}

### Sample implementation flow

{% stepper %}
{% step %}

### Install the cartridge

Import metadata, services, and jobs.

Add the cartridge to your active code version.
{% endstep %}

{% step %}

### Configure Business Manager

Set site preferences, services, content slots, and payment methods.

Enable the ESW module and run initial data population jobs.
{% endstep %}

{% step %}

### Apply storefront integration

Implement the setup for your architecture.

Then configure pricing, checkout, shipping, and order flows.
{% endstep %}

{% step %}

### Validate before launch

Recommended validation path. Before launch, review these pages:

* [Testing Guide](/salesforce-commerce-cloud/salesforce-commerce-cloud/testing-and-launch/testing-guide.md)
* [Go-Live Readiness](/salesforce-commerce-cloud/salesforce-commerce-cloud/testing-and-launch/going-live/go-live-readiness.md)
* [Checklist](/salesforce-commerce-cloud/salesforce-commerce-cloud/testing-and-launch/going-live/checklist.md)
  {% endstep %}
  {% endstepper %}


---

# 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-integration.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.
