Laravel – Shiprocket Integration – How to dynamically create a new order on Shiprocket via API in PHP?
As part of an eCommerce project that I was working on for a client, a while back, I had to implement Shiprocket integration on our laravel eCommerce website. I did a little bit of digging around Shiprocket’s API and I figured it was actually a pretty simple thing to do. So, let’s see how to …