1

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?

Tekraj Shrestha
  • 1,228
  • 3
  • 20
  • 48

1 Answers1

0

Please follow following step for aftership tracking integration.

  1. Login to your AfterShip account.
  2. Visit SETTINGS > API
  3. Give your api-key a name and click Generate
  4. integrate PHP sdk for aftership Aftership SDK
  5. You can install SDK by composer require aftership/aftership-php-sdk command.
  6. Please follow git document instruction.
Paresh Barad
  • 1,544
  • 11
  • 18