-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[gatsby-source-shopify] create parent-child link between products and variants #21602
Comments
Generally agree, just would want to clarify that this shouldn't be From what I understand gatsby/packages/gatsby-source-shopify/src/nodes.js Lines 102 to 110 in 3197b69
We would need similar thing for gatsby/packages/gatsby-source-shopify/src/nodes.js Lines 148 to 169 in 3197b69
That would set gatsby/packages/gatsby-source-shopify/src/gatsby-node.js Lines 89 to 99 in 3197b69
|
@pieh Thanks for promptly addressing the issue. I'd be happy to work on this. |
Hiya! This issue has gone quiet. Spooky quiet. 👻 We get a lot of issues, so we currently close issues after 30 days of inactivity. It’s been at least 20 days since the last update here. Thanks for being a part of the Gatsby community! 💪💜 |
Hiya! This issue has gone quiet. Spooky quiet. 👻 We get a lot of issues, so we currently close issues after 30 days of inactivity. It’s been at least 20 days since the last update here. Thanks for being a part of the Gatsby community! 💪💜 |
Hi @alexluong, still working on this one? |
Hey @jzabala, no I'm not working on this one. Turn out there are other ways to solve my problem. I still think this is a great addition though. Feel free to take it on! |
Awesome @alexluong. Thanks for letting me know. |
Hi! We've released a new major verison (v5) which fundamentally works different. Please try the upgrade and if you still hit this please open a new issue with a reproduction. Thanks! |
Summary
Create parent-child link between
ShopifyProduct
andShopifyProductVariant
Motivation
When working with Shopify, some time it's quite helpful to go up 1 level from variant to product. One example is to get product thumbnails from
checkout.lineItems
which containsvariantId
s.I'd love to hear what you think about this idea?
The text was updated successfully, but these errors were encountered: