We are currently having an issue importing orders into OMS because the increment_id appears to be too large of a value.
Is it possible to reduce the size of it, so that we get
4000001
instead of
4000000001
@joseph_digiovannaThis can be achieved below are couple of links which can help you achieve the same. Make sure you backup the Database/Table before making those changes.
https://magento.stackexchange.com/questions/101341/magento-2-what-is-the-correct-way-to-change-defau...
https://www.classyllama.com/blog/m2-incrementid
Problem solved? Please give 'Kudos' and accept 'Answer as Solution'.