Posted on 12/03/2021 12:10:58
Yes you can.
But you can get a -1 if you use the old url system, and yes that is by design.
Anyways - if you change to the new url system you can avoid the -1. See https://doc.dynamicweb.com/documentation-9/platform/platform-tools/customized-urls#8707
The difference:
The old url systym has one big URL index for the entire solution across all websites and all languages. Because you can actually change shop, language etc on the same products page that resides in only one website. And then URLs have to be unique.
The new url system, which is made to easier avoid -1, can have many ecommerce url indexes. You attach it to one particular page, and the url index for groups and products are made part of the URL for that page and then inherits that pages URL context. This also makes it possible to do /groupname and /productname instead of /products/groupname and /products/productname etc.
Using the new version it will not be possible to publish urls from 2 shops or 2 languages on the same page though.
BR Nicolai