I am creating products programmatically in my magento store by a PHP script. Everything is going correct but url-key not showing correct.
For example :
I have a product Test already in store which has url-key test and frontend url is test.html.
Now when I create a new product with name Test then it is showing url-key test in admin panel but in frontend url is test-123.html showing.
I want to set url-key as test-123 in admin panel also.
How to do that at the time of product creation?
testso that's why it create another entry withtest-123in that case if you dont need old url then just delete or truncateurl_rewritetable and do reindexing this way new url key would be generated