Hi..
I am working on magento 2 custom shipping extension that will generate PDF which contain Tracking number. I want to create this type of extension that is available for magento 1x
https://www.magentocommerce.com/magento-connect/c-o-d-shipping-booking.html
Please guide me workflow for doing this.
I am working on same TCS module. Have you completed this module?
To create a similar custom shipping extension for Magento 2, you will need to follow these steps:
To get started, you can refer to Magento 2's official documentation on creating a custom module and accessing order and shipment data via the API. You can also take inspiration from the Magento 1x extension you provided to understand the workflow and features. Good luck with your project!