This service takes order information and returns quotes for shipping rates.
In order to use this service out-of-the-box, you will need an EasyPost api key.
- Fork or clone this project.
- Install dependencies with
npm install - Run
node .to generate a newconfig.jsfile. This will generate new encryption and hmac keys.Control+Cto stop. - Update the
config.jsfile with your EasyPost api key (test or production) - Run
node .to run the service. - Contact support@okanjo.com to register your shipping provider with your Okanjo store or marketplace.
Note: You may also choose to have Okanjo host your custom shipping provider.