spring-boot-microservices-series-v2 icon indicating copy to clipboard operation
spring-boot-microservices-series-v2 copied to clipboard

expose endpoint to fetch orders by customer Id

Open rajadilipkolli opened this issue 2 years ago • 1 comments

As a customer, I would like to see the status of the orders created.

Technical Implementation:

In Order-service microservice we have order details, hence an endpoint should be exposed here which queries by customerId. Change the response of the Object to include created Date. Have a paginated API to give response.

Once this is done, we should expose endpoint in payment-service to call this endpoints

rajadilipkolli avatar Sep 12 '23 03:09 rajadilipkolli

Exposing API in payment-service is pending.

rajadilipkolli avatar Oct 05 '23 19:10 rajadilipkolli