@nickardson/gatsby-source-printful

1.1.0 • Public • Published

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: '...',
      paginationLimit: 100 // Default value is 20
    },
  },
],

Package Sidebar

Install

npm i @nickardson/gatsby-source-printful

Weekly Downloads

0

Version

1.1.0

License

MIT

Unpacked Size

8.68 kB

Total Files

6

Last publish

Collaborators

  • nickardson