Hey,
I am trying to recreate the hierarchy of our systems and running into problems when I want to create a product with the same name in two or more different product types.
Example:
Product type: Foo
Product: Bar
Product type: Baz
Product: Bar
The second one gives an API error product with this name already exists. But this product does not exists in the second product type.
Is it possible to create a product with the same name in two different product types, or is the system not suited to have more then one object with the same name?