gatsby-source-printful

3.0.0 • Public • Published

gatsby-source-printful

Printful store data for your Gatsby projects

Getting Started

yarn add gatsby-source-printful

Configuration

// In your gatsby-config.js
plugins: [
  {
    resolve: `gatsby-source-printful`,
    options: {
      apiKey: '...',
      paginationLimit: 100 // Default value is 20
    },
  },
],

Package Sidebar

Install

npm i gatsby-source-printful

Weekly Downloads

7

Version

3.0.0

License

MIT

Unpacked Size

8.7 kB

Total Files

6

Last publish

Collaborators

  • ynnoj