> 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/light-touch-integration/faqs.md).

# FAQs

ESW Light Touch Integration (LTI) uses different country types to control pricing, checkout, and returns behavior.

<details>

<summary>What are ESW countries?</summary>

ESW countries are countries managed through ESW systems.

Countries you manage yourself are not ESW countries.

When a shopper selects an ESW country, ESW can control:

* pricing localization
* checkout routing
* returns routing

For example, if Ireland is configured as an ESW country:

* storefront prices can display in EUR
* the shopper can be routed to ESW checkout
* returns can be routed to the ESW Returns Portal

Each ESW country has a configured country-currency pair set during onboarding. If you need a different currency for an ESW country, contact your ESW point of contact.

For more detail, see [Country Selector](/light-touch-integration/features/country-selector.md).

</details>

<details>

<summary>What are dynamic pricing countries?</summary>

Dynamic pricing countries are ESW countries where LTI localizes storefront prices in real time.

LTI uses the ESW pricing configuration for:

* FX conversion
* rounding
* uplift
* duties and taxes logic
* display rules

When a shopper selects a dynamic pricing country, LTI updates visible prices on the storefront and ESW checkout recalculates the order using the same pricing logic.

For example, if Ireland is configured for dynamic pricing, a shopper selecting Ireland can see prices converted from the retailer base currency into EUR.

For more detail, see [Dynamic Pricing](/light-touch-integration/features/dynamic-pricing.md).

</details>

<details>

<summary>What are fixed pricing countries?</summary>

Fixed pricing countries are countries where you control the shopper-facing prices instead of using ESW dynamic conversion.

In this model, you are responsible for showing the correct localized prices on the storefront.

ESW checkout receives the fixed shopper prices and then calculates shipping, duties, and taxes from those values.

For example, if France is configured as a fixed pricing country, shoppers see the prices and currency you configured for France. LTI does not recalculate those prices on the storefront.

LTI still manages the connection between the storefront state and ESW services, including checkout handoff where supported.

For more detail, see [Fixed Pricing](/light-touch-integration/features/fixed-pricing.md).

</details>


---

# 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/light-touch-integration/faqs.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.
