As a user
I need the ability to create a product in the catalog
So that I can add new products to the inventory
Acceptance Criteria
Given the user is authenticated,
When they submit a form with valid product details,
Then a new product should be created in the catalog,
And the user should see a confirmation message.
Given the user is authenticated,
When they submit a form with valid product details,
Then a new product should be created in the catalog,
And the user should see a confirmation message.
User Story
As a user I need the ability to create a product in the catalog So that I can add new products to the inventory
Acceptance Criteria
Given the user is authenticated, When they submit a form with valid product details, Then a new product should be created in the catalog, And the user should see a confirmation message.