I’m currently creating a products marketplace using Sharetribe. I’m aiming to add dynamic pricing for shipping, rather than a single fixed rate.
I’m wondering if anyone has had any luck integrating a shipping API like Shippo or Shipstation yet. If so, would you be able to give a quick explanation for how you did it, or point me in the direction of some code/article that explains how to do it. I’m currently stuck on this step, so any help would be greatly appreciated.
Hello
So far as i understand you need to add Shippo API integration to calculate dynamic shipping price based on the shipping address, I have very vast experience in this API with Sharetribe.
Shippo provides ruby gem https://github.com/goshippo/shippo-ruby-client
You can use this gem to get things work with Sharetribe.