# Custom ID

Typically, the integration layer and ERP systems lack visibility into entity IDs generated by the Commerce Engine at the time of creation.\
Emporix resolves this by enabling custom ID configurations for key entities.

Custom IDs bring significant value, especially for establishing relationships between entities.\
For example, associating a location with a company can rely entirely on ERP data and corresponding IDs, as the ERP system is regarded as the authoritative source for this information.

Custom IDs are case-sensitive. When they are autogenerated, the lowercase is used by default. If you want to create an entity with your own custom ID using uppercase characters, it is saved in that exact format. Consequently, when searching for the custom ID later, the same case format, including the uppercase, must be applied for successful retrieval.

{% hint style="warning" %}
If an entity supports Custom ID, it has it mentioned in the Key Feautres.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://developer.emporix.io/api-references/standard-practices/custom-id.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
