'How do i track an order using laravel lumen?

I'm integrating APIs that will be connected to an E-Commerce platform. I'm supposed to add an option to track orders, how do I do that?

Also, there's no frontend yet so I'm using postman to test all the API's.

the orders go through different locations on their way to the buyer, and I'd like the customer to now at which station their item is



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source