For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

Get store profileUpdate store profile

Last updated

Was this helpful?