Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AnuchitO committed Mar 22, 2024
1 parent 8398587 commit 722da6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Backlogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ As a Shopper, I want to view a list of available products, so that I can browse

# Story 2:

As a Shopper, I want to view details of a specific product by its ID, so that I can get more information about the product before making a purchase.
As a Shopper, I want to view details of a specific product by its SKU, so that I can get more information about the product before making a purchase.

## Acceptance Criteria:
- The API retrieves details of a specific product based on the provided ID.
- The API retrieves details of a specific product based on the provided SKU.
- Returns a 200 OK with the product details if found.
- Returns a 404 Not Found with an appropriate error message if the product doesn't exist.

Expand Down

0 comments on commit 722da6b

Please sign in to comment.