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

  1. As the service is deployed within kubernetes, proceed by creating a port forward.
    kubectl port-forward -n default deployment/order-management 8080:80
  2. You can now simply open a webrowser and type the following URL.
    http://localhost:8080/orders/ORD00001
  3. The returned JSON grants you all relevant information about the processing status.