I want a solution from your idea I want to keep product id same which one I have listed into my product CSV. As I know when we import the products the products id field should be ignored, but I want to use the id from my list in CSV I do not want bigcommerce to generate the new id for products
Please check the Screenshot:
I want to keep these id's for my products remains the same
Is there any solutions, please
Thanks

There is not a way to use your own
product_id. They are automatically generated and assigned by the platform. If you need to keep track of them in a certain way, you can use Product Metafields. They allow you to create a key and namespace on each product for use in your system. They are only available via API.