A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello,
I am using productCreate and productUpdate to create/update products and its variants. Everything worked fine the past month, now since a few days it's a weird behaviour on productUpdate:
If I use inventoryQuantities for productUpdate, nothing happened but now I get a 502 response from shopify. The only way to get the update running is to not use this field, that's ok because it doesn't do anything anyways.
Now since a few days the available quantity in shopify is set to 0 when updating a product.
Is this a bug or am I doing something wrong? How can I update a product and it's variants and leave the quantity untouched?
Sebastian