盖茨比源 shopify

Gatsby source shopify

我正在使用 Gatsby 和 Shopify 为客户开发无头商务应用程序。情况是我们有几个系列,在每个系列中,都会有一个产品列表。 但是在查询时,我只能得到查询所有 ShopifyProducts 的选项。无法查询集合。

Gatsby Source Shopify 插件接收 2 个必需的参数 password 和 storeUrl。我将 Admin API 访问令牌作为密码的值,这使得构建过程没有错误。但是尽管如此,我还是无法获得对 Collections 的查询。有什么办法吗?我已经搜索了 7 个小时,但无法获得合适的结果

https://www.gatsbyjs.com/plugins/gatsby-source-shopify/ 中的自述文件指出:

Add the following under the Active Permissions for this App section: Read access for Product listings if you enable collections in the plugin options

然后在插件选项本身下:

shopifyConnections: string[]

An optional array of additional data types to source. Accepted values: 'orders', 'collections', 'locations'

文档没有过时。