ynnoj / gatsby-source-printful

Printful store data for your Gatsby projects
https://gatsbysourceprintful.gtsb.io
MIT License
20 stars 4 forks source link

Support for Printful new Developer API access token #81

Closed raqibjs closed 2 years ago

raqibjs commented 2 years ago

Printful will stop support for API key in the next year. They already announced API key as legacy. Now they want us to use their Developer API for external integration. So we need a way to provide an access token with the source plugin.

Migration guide - https://help.printful.com/hc/en-us/articles/4632388335260-What-should-I-know-about-API-key-to-API-token-migration

image

@notrab @svengau @ynnoj @renovate-bot

notrab commented 2 years ago

@raqibjs #82 should do it!

Edit: I should add that this source plugin is quite old now, and probably doesn't follow any of the latest changes that would make this performant.

I'd recommend taking a look at https://headlessdropshipping.com which is somewhat inspired by the work Jonathan and I hacked on many years ago with Printful + Gatsby.

Best of luck with your project!