Skip to content

app-corp/gatsby-source-printful

 
 

Repository files navigation

gatsby-source-printful

👕 Gatsby source plugin for pulling product and variant data from Printful

Demo

Install

yarn add gatsby-source-printful

How to use

// In your gatsby-config.js
plugins: [
  {
    resolve: `gatsby-source-printful`,
    options: {
      apiKey: '...'
    },
  },
],

Packages

No packages published

Languages

  • JavaScript 100.0%