How to Retrieve Information about an Order
Within this guide you are going to learn how to retrieve current information about an order from the Order Management service.
Context
- Given the Matrix42 with the order number ORD00001. You want to determine what the processing middleware did to the order.
STEPS
- As the service is deployed within kubernetes, proceed by creating a port forward.
kubectl port-forward -n default deployment/order-management 8080:80 - You can now simply open a webrowser and type the following URL.
http://localhost:8080/orders/ORD00001 - The returned JSON grants you all relevant information about the processing status.