What is ID?
Last updated
Last updated
ID is a unique identifier of any entity (product, category, attribute, option, etc.) in nopCommerce.
IDs are usually hidden from users and admins, as they are used only in databases and code. Import Manager allows users to use these IDs to import different entities. Having control over IDs would give you a more scalable and structurized approach to managing your products.
Let's look at an example of finding an ID for existing product.
Here we have list of products in our Admin Panel. Let's find an ID of the first item.
Click on Edit
You would find ID in the address of the website, as shown on the screenshot.