Discuss all the new features introduced with the new product model in GraphQL.
Very excited about the upcoming changes.
One of my most common tasks is to update variant stock at locations, prices (including secondary markets) and metafields.
The mutation `productVariantsBulkUpdate` can only take one product at a time so it needs to be called thousands of times. It seems this doesn't change even in the unstable api version.
Will the new `productSet` mutation help with this?
Is there a sneak preview of what that mutation is shaping up to be?
Thanks
Hello
Thanks for your question.
You will need to call the productVariantsBulkUpdate for every product whose variant information you need to change (Eg. inventory , prices, metafields)
This may not apply to your workflow, but another option for you is to use the Product CSV Import functionality on Admin
ALIAS | Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog
I agree with that. Bulk updating variants for multiple products would be the expected behavior of this endpoint. It's very limiting to only allow bulk updates for a single product. At the very least, improve its data validation; when a non-existing variant ID is given, the rest of the variant update operations fail as well, even when partial updates are specified in the mutation. It should return an error for non-existing variants and apply changes only to variants that exist.