๐ Gatsby source plugin for building Elastic Path Commerce Cloud powered eCommerce websites.
yarn add @moltin/gatsby-source-moltin
// In your gatsby-config.js
plugins: [
{
resolve: `@moltin/gatsby-source-moltin`,
options: {
client_id: '...'
},
},
],
{
allMoltinProduct {
edges {
node {
id
name
description
slug
sku
categories {
id
name
}
}
}
}
}
- Any changes to this project must be reviewed and approved by the repository owner. For more information about contributing, see the Contribution Guide.
- For more information about the license, see MIT License.