What: Introduces an admin endpoint that allows a user to update a product category Why: This is part of a greater goal of allowing products to be added to multiple categories. How: - Creates a route on the admin scope to update category - Creates a method in product category services to update a category RESOLVES CORE-956
Integration-tests
Check out the local development documentation to learn how to run integration tests.