# Size limit for Order ID prefix and suffix

#### What's new

Store owners can customize the order ID format with prefix and suffix values. For example, if the store has the "\_2025" suffix value, then all orders will be placed with IDs like "JH7G6\_2025" instead of "JH7G6".

While Ecwid admin had a size limitation for these values, API allowed adding prefix and suffix values of any size. Now both API and admin have a limit of 20 symbols for each field.

#### Changes in API

Fields `orderNumberPrefix` and `orderNumberSuffix` now have a size limit of 20 symbols. This change is not retroactive and doesn't affect existing values.

#### Documentation links

{% content-ref url="/spaces/G9n5VxMY9T0Ob3D56PSD/pages/4eQUb3Z4KrDb2CiEHvGI" %}
[Get store profile](/api-reference/rest-api/store-profile/get-store-profile.md)
{% endcontent-ref %}

{% content-ref url="/spaces/G9n5VxMY9T0Ob3D56PSD/pages/iPBc698i21vs0LCxCchj" %}
[Update store profile](/api-reference/rest-api/store-profile/update-store-profile.md)
{% endcontent-ref %}


---

# 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://docs.ecwid.com/changelog/april-2025/april-25/size-limit-for-order-id-prefix-and-suffix.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.
