Discuss all the new features introduced with the new product model in GraphQL.
We are creating custom products with a self-written app (at wirestyle.com) that uses the "productVariantCreate" mutation of the 2024-07 API.
Since of today we get the following Error: Field 'productVariantCreate' doesn't exist on type 'Mutation'. It worked fine until yesterday and we didn't change anything. So it looks like Shopify changed the API over night without notice.
The only notice I can find is a change in this function for the upcoming 2024-10 release:
However, this shouldn't affect 2024-07, right?
Does anyone else have this problem?
Solved! Go to the solution
This is an accepted solution.
HI @Spacemarine ,
The mutation should still be working in the 2024-07 API version.
I would suggest double checking the version you are on, you can also send me you api_client_id and i can check for you as well
This is an accepted solution.
HI @Spacemarine ,
The mutation should still be working in the 2024-07 API version.
I would suggest double checking the version you are on, you can also send me you api_client_id and i can check for you as well
It was indeed an error on our side, we used the wrong API Version by accident.