> For the complete documentation index, see [llms.txt](https://docs.xorosoft.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xorosoft.com/xoroerp-1/admin/item-customer-mapping/creating-item-customer-mapping.md).

# Creating Item Customer Mapping

Item Customer Mapping is used to reconcile the disparity between the names of items recognized by customers and those maintained within the This mapping allows you to effortlessly track and align their products with the specific requirements or identifiers used by their customers. In essence, it facilitates a smoother transaction process, ensuring that both parties are on the same page regarding product identification.

Creating an item customer mapping involves entering the essential details, such as item number, description and the customer name. By creating the mapping, you can enhance the operational efficiency, reduce the potential for errors, and improve customer satisfaction by ensuring products are correctly identified and matched with the customer's expectations.&#x20;

{% hint style="info" %}
To create an Item Customer Mapping, go to **Admin > Item Customer Mapping**
{% endhint %}

#### **Item Customer Mapping Fields**

<table><thead><tr><th width="168">Field</th><th>Description</th></tr></thead><tbody><tr><td>Item Number</td><td>Enter the unique identifier used internally by a company to track and manage its inventory.</td></tr><tr><td>Customer</td><td>Search and select the customer for whom you want to create the mapping.</td></tr><tr><td>Customer Item Number</td><td>Enter the name assigned to the item by the customer.</td></tr><tr><td>Customer Item Description</td><td>Enter the description assigned to the item by the customer.</td></tr></tbody></table>

Once all the information is entered, click "Save" to create the mapping.&#x20;

<figure><img src="/files/0BCoz3j0rcGlJEfjPig3" alt=""><figcaption></figcaption></figure>

All the mapping created in the system are listed on Item Customer Mapping Centre.


---

# 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://docs.xorosoft.com/xoroerp-1/admin/item-customer-mapping/creating-item-customer-mapping.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.
