> 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/upload-metadata-xml-files.md).

# Upload metadata XML files

### Import Metadata

**Metadata** includes both system and custom objects required to enable the ESW integration.

{% tabs %}
{% tab title="System objects" %}
System objects are core SFCC components that define standard platform functionalities. They include the essential data structures required for the site’s basic operation, such as:

* Countries
* Currencies
* Shipping methods
  {% endtab %}

{% tab title="Custom Objects" %}
Custom objects enable business-specific configurations that extend the capabilities of SFCC. They provide flexibility to support additional capabilities, such as:

* Tenant credentials
* Pricing Advisor settings
  {% endtab %}
  {% endtabs %}

Together, these objects form the **metadata**, which defines the operational framework of SFCC.

### Steps to import metadata files

Follow these steps to import the metadata files included in the ESW package:

{% stepper %}
{% step %}

#### Navigate to Import & Export

Navigate to **Administration → Site Development → Import & Export**
{% endstep %}

{% step %}

#### Upload Metadata Files

Upload the **metadata XML files** included in the **ESW package**.

![Image](/files/7b6dd1ddde96f7746bb798467761be92762ae09b)
{% 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/upload-metadata-xml-files.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.
