-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Products without variants don't show up in the admin panel #609
Comments
The underlying reason for this is that the product list view uses the I'm not yet sure how to solve this, though I agree it needs fixing. |
Can't we add a "default" product variant to the product when we create it? |
@Ayzrian Yes, this could be a solution, I'd have to explore the implications of this. |
I've created a few products and product variants using the graphql mutations Versions from my package.json file below:
I recently updated to version 3.0.0 from version 2.1 Am I missing something? Can someone please help? |
Hi, since v2.x we no longer use the My first idea is that if you are using multiple channels, maybe they got created in a different channel that what you expect? |
Ah you were absolutely correct @michaelbromley. I had created a channel for this particular project but all the graphql mutations had been creating products in the Default Channel. Checked that and sure enough, all the products and facets show up in the admin UI. Thanks! |
Describe the bug
Products created via the
createProduct
mutation in the admin api don't show up in the admin panel unless a product variant is created.To Reproduce
Steps to reproduce the behavior:
createProduct
mutation in the admin-apiExpected behavior
It should be possible to create a product without a variant or else require a product variant in the
createProduct
mutation.Environment (please complete the following information):
Additional context
Test Product 123
not showing up in the admin panel:Broken variant management in the admin panel after accessing the product via its id (
/admin/catalog/products/:id
)The text was updated successfully, but these errors were encountered: