Open Aichlmayr opened 1 month ago
Given I am an authenticated catalog admin, When I create a product with valid data (name, price, description, category), Then the product should be successfully added to the catalog.
Given I am an authenticated catalog admin, When I attempt to create a product with missing required fields, Then the product should not be created, and I should see an error message indicating the required fields.
As a catalog admin, I need the ability to create products, so that I can add new products to the catalog.