> 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/shopify/salesforce-commerce-cloud/getting-started-guide/configure-esw-services.md).

# Configure ESW Services

## ESWOAuthServices

The **EswOAuthService** is required for authentication across all ESW services, including critical endpoints such as the **Checkout** service. Configuration ensures secure and seamless integration between SFCC and ESW.

Follow these steps to configure **ESW Price Feed Service and Configure Checkout Service**

<table data-card-size="large" data-view="cards"><thead><tr><th>Section</th><th data-card-target data-type="content-ref">Link</th></tr></thead><tbody><tr><td><i class="fa-tags" style="color:$primary;">:tags:</i> Configure ESW Price Feed Service</td><td><a href="/spaces/69bGsllGv04t8wHIHruV/pages/70060436547c143fb5e0e1537058e400b5a0a6fe#configure-esw-price-feed-service">/spaces/69bGsllGv04t8wHIHruV/pages/70060436547c143fb5e0e1537058e400b5a0a6fe#configure-esw-price-feed-service</a></td></tr><tr><td><i class="fa-cart-shopping" style="color:$primary;">:cart-shopping:</i> Configure Checkout Service</td><td><a href="/spaces/69bGsllGv04t8wHIHruV/pages/70060436547c143fb5e0e1537058e400b5a0a6fe#configure-checkout-service">/spaces/69bGsllGv04t8wHIHruV/pages/70060436547c143fb5e0e1537058e400b5a0a6fe#configure-checkout-service</a></td></tr></tbody></table>

#### Configure ESW Price Feed Service

{% stepper %}
{% step %}

#### Access Services

Navigate to **Administration → Operations → Services**

***

{% endstep %}

{% step %}

#### Configure `EswPriceFeedCredentials`

Configure the `EswPriceFeedCredentials` with the provided API URL, with support for both `V3` and `V4` versions.

![Image](/files/dd24b98deeca11533c580810647674703db13bc4)
{% endstep %}
{% endstepper %}

***

### Configure Checkout Service

{% stepper %}
{% step %}

#### Access Services

Navigate to **Administration → Operations → Services**

***

{% endstep %}

{% step %}

#### Configure Checkout Service

Select `EswCheckoutV3Service.SFRA`

![Image](/files/0c652ae0e92db5d52c1857b696469eb516ebfb7d)
{% endstep %}
{% endstepper %}

### Checkout configuration

Ensure that the following URL settings are set under **ESW URL Expansion Pair** in the ESW Checkout Configuration:

* `ContinueShoppingUrl|Home-Show`
* `BaseUrl|EShopWorld-Home`
* `BackToCartUrl|Cart-Show`


---

# 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/shopify/salesforce-commerce-cloud/getting-started-guide/configure-esw-services.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.
