> 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/import-jobs-and-services.md).

# Import Jobs and Services

**Jobs** and **services** enable automation and real-time communication between SFCC and ESW.

* **Jobs** – Execute scheduled tasks such as price updates or order exports.
* **Services** – Handle API interactions to ensure real-time data exchange between SFCC and ESW.

These components work together to automate processes like order processing, data synchronization, and pricing updates.

### Steps to import

Follow these steps to import the job and service configuration files included in the ESW package:

{% stepper %}
{% step %}

#### Navigate to Import & Export

Navigate to **Administration → Operations → Import & Export**

Source: <https://esw-know.vercel.app/sfcc/getting-started/import-jobs-and-services#navigate-to-import-export>
{% endstep %}

{% step %}

#### Upload ESW Package Files

* From the **ESW package**, upload:
  * **Jobs XML file**
  * **Services XML files**

The jobs file initializes automated tasks that maintain key aspects of the system, such as order processing and data synchronization.

Similarly, services enable SFCC to communicate with external systems in real time.

Source: <https://esw-know.vercel.app/sfcc/getting-started/import-jobs-and-services#upload-esw-package-files>

![Image](/files/bf34af23f3c04cffe946d1478e59f17eb26a1efe)
{% 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/shopify/salesforce-commerce-cloud/getting-started-guide/import-jobs-and-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.
