Replies: 2 comments 6 replies
-
Bumped into the same issue, saw that articles could retrieve SEO meta title & description, but not the product? Is there way to retrieve the SEO data? |
Beta Was this translation helpful? Give feedback.
3 replies
-
The See |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Hi folks. I'm just wondering if there's any way to get an actual product ID from Shopify and its seo data (title and description fields). I really need to get somehow real products IDs to implement third-party library which is based on them. I use

gatsby-source-shopify
and my queries return ids with weird prefixes, while accessing to seo data is not possible at all. Here's how it looks like:Expected result
I'd like to query by product ids and seo fields (graphql from shopify admin allows for that):

Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions