I am trying to add the features of tracking the product that was bought from my site . I want to give the user detail about their product delivery and location of it like done by aftership. How can i implement it in my web site? How can i initiate it?
Asked
Active
Viewed 471 times
1
-
I think this answer help you, [answer](http://stackoverflow.com/a/16466545) – Paresh Barad May 22 '17 at 08:33
-
@PareshBarad I was asking to integrate aftership in my website though. Do you have any idea about that? – Tekraj Shrestha May 22 '17 at 09:53
1 Answers
0
Please follow following step for aftership tracking integration.
- Login to your AfterShip account.
- Visit SETTINGS > API
- Give your api-key a name and click Generate
- integrate PHP sdk for aftership Aftership SDK
- You can install SDK by
composer require aftership/aftership-php-sdk
command. - Please follow git document instruction.

Paresh Barad
- 1,544
- 11
- 18