Product options only returned if published to Online Store channel #251
-
Not sure if I'm just missing some docs somewhere or if this is a bug, seems counterintuitive. Queries for product options, either via the now deprecated query product {
product(handle: "some-handle") {
handle
title
options(first: 10) {
name
id
# Either of these returns an empty array
values
optionValues {
name
}
}
}
} |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hey @corygibbons agree that does not sound intentional. Let me flag with one of our internal teams and follow up |
Beta Was this translation helpful? Give feedback.
-
....and its resolved already! Let me know if you are still having issues. |
Beta Was this translation helpful? Give feedback.
....and its resolved already! Let me know if you are still having issues.