0

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:

index

I want to keep these id's for my products remains the same

Is there any solutions, please

Thanks

R.K.Bhardwaj
  • 2,168
  • 1
  • 14
  • 24

1 Answers1

1

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.

T.J.
  • 415
  • 3
  • 17