> For the complete documentation index, see [llms.txt](https://developer.emporix.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.emporix.io/ce/extensibility-and-integrations/integrations/sap-integration/sap-sales-quotes-integration.md).

# SAP Sales and Quotes Integration

This guide describes how Emporix Commerce Engine integrates with SAP S/4HANA for transactional sales and quote processes. It covers the technical interaction between both systems and the SAP Integration Suite configuration required to exchange transactional data.

The integration addresses the following transactional scenarios:

* Order or price simulation for products in a shopping cart
* Webhook-triggered order and quote creation in SAP S/4HANA
* Polling-based order and quote status updates in Emporix Commerce Engine

Check the configuration guides for the technical information about the integration and the process description to understand the end-to-end story.

<table data-card-size="large" data-view="cards"><thead><tr><th align="center"></th><th align="center"></th><th align="center"></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td align="center"><i class="fa-gear">:gear:</i></td><td align="center"><strong>Integration Suite Configuration</strong></td><td align="center">Describes how to configure and deploy the provided Integration content in SAP Integration Suite.</td><td></td><td></td><td><a href="/pages/ydtHwrj0cNCG2hf8VJt4">/pages/ydtHwrj0cNCG2hf8VJt4</a></td></tr><tr><td align="center"><i class="fa-diagram-project">:diagram-project:</i></td><td align="center"><strong>Process Flow</strong></td><td align="center">Describes the technical interaction between Emporix Commerce Engine and SAP S/4HANA at process level, aligned with the configuration guide.</td><td></td><td></td><td><a href="/pages/QE7dFCgrpL1mhGdzt0Yq">/pages/QE7dFCgrpL1mhGdzt0Yq</a></td></tr></tbody></table>

{% hint style="warning" %}
These guides provide a general overview of the integration flow and SAP Integration Suite configuration. Detailed technical solutions, including ready-to-use integration content and related artifacts, are delivered as part of the Emporix SAP integration package. To request the package, contact the [Emporix Support Team](mailto:support@emporix.com).

Any provided code in this documentation serves as example only and is not intended for use in a productive system environment.
{% endhint %}


---

# 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.emporix.io/ce/extensibility-and-integrations/integrations/sap-integration/sap-sales-quotes-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.
