At first please examine how the default shipping carriers are integrated, they are located at app/Tygh/Shippings/Services/
You need to understand the structure of these files.
HI oleg.gorshkov,
First of all very big thanks for guiding me. Thanks for the reply.
I examined how the default shipping carriers are integrated in app/Tygh/Shippings/Services/
here in app i observed there is lib folder found similarly in the ecourierz zipfile there is a lib folder along with subfolders api,model,swagger and some php files.
do i need to import all the lib to lib
do i need to import autoload.php to app ?
do i need to import composer.json to app ?
If i need to import the files in to the relevant folders on my server, that is already done but not showing any new shipping carrier updated in the default carrier list like dhl, fedex........
Please explain me more in detailed about how to integrate ?
First of all very big thanks for guiding me. Thanks for the reply.
I examined how the default shipping carriers are integrated in app/Tygh/Shippings/Services/
here in app i observed there is lib folder found similarly in the ecourierz zipfile there is a lib folder along with subfolders api,model,swagger and some php files.
do i need to import all the lib to lib
do i need to import autoload.php to app ?
do i need to import composer.json to app ?
If i need to import the files in to the relevant folders on my server, that is already done but not showing any new shipping carrier updated in the default carrier list like dhl, fedex........
Please explain me more in detailed about how to integrate ?
To upload the lib is not enough. Please have a look at the app/Tygh/Shippings/Services/IService.php file. You will see 6 functions. You need to write the code for each of them in your shipping carrier file.