We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User Story: As a developer, I want to be able to retrieve a list of all orders in the system
Acceptance Criteria:
Scenario 1: Retrieving a list of all orders
Given no query parameters
When I make a GET request to the API endpoint to retrieve a list of orders
Then the system should respond with a 200 status code and a list of all orders in the system.
Scenario 2: Retrieving orders details
Given a orderId as a path variable
When I make a GET request to the API endpoint to retrieve the order details
Then the system should respond with a 200 status code and order details data in the response body
The text was updated successfully, but these errors were encountered:
tuongtran23
No branches or pull requests
User Story: As a developer, I want to be able to retrieve a list of all orders in the system
Acceptance Criteria:
Scenario 1: Retrieving a list of all orders
Given no query parameters
When I make a GET request to the API endpoint to retrieve a list of orders
Then the system should respond with a 200 status code and a list of all orders in the system.
Scenario 2: Retrieving orders details
Given a orderId as a path variable
When I make a GET request to the API endpoint to retrieve the order details
Then the system should respond with a 200 status code and order details data in the response body
The text was updated successfully, but these errors were encountered: