ShipStation API Integration

Well, I hit a tipping point last night and hammered out a basic link between the ShipStation API and the Tindie API. It’s built on the solid foundation laid by https://github.com/NuclearManD/TindieAPI and https://github.com/natecox/pyshipstation.

There’s still much to do but it is functional for getting customer info, costs, and items into ShipStation. I’m running into an issue with Tindie not providing correct SKUs or model numbers in the json package but that’s for another day.

I’ll be working to add issues to GitHub to track what needs to be implemented but I encourage others to contribute if able. For now, I’ve put a quick to do list at the top of each file.

Awesome work. I am also working on this type of automation on my own using node js. I may integrate with ship station but right now it’s a stand alone app.

My app connects to tindie, gets all unshipped orders, then connects to canada post and buys shipping labels, crops them to 4x6, spits them out of my thermal label printer, then connects back to tindie and marks the order at shipped with tracking number.

I do use other stores like etsy and ebay so I’m considering ship station because they natively support those.

I’m going to take a look at your repo tonight! Thanks for sharing this.