Did "productVariantCreate" break today in 2024-07 ?

Solved

Did "productVariantCreate" break today in 2024-07 ?

Spacemarine
Shopify Partner
5 0 1

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:

https://shopify.dev/changelog/breaking-changes-in-several-productvariant-related-mutations-in-versio...

 

However, this shouldn't affect 2024-07, right?

 

Does anyone else have this problem?

 

 

 

 

Accepted Solution (1)

AsafGitai
Shopify Staff
88 12 32

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

View solution in original post

Replies 2 (2)

AsafGitai
Shopify Staff
88 12 32

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

Spacemarine
Shopify Partner
5 0 1

It was indeed an error on our side, we used the wrong API Version by accident.