In Magento, order numbers are generated starting from 100000001
and up by default. Many companies want to use a custom value so that customers don’t know exactly how many orders have been placed before. Others need a custom value to match other parts of their system. The field increment_id
is present in various entity tables to store this number.