Has anybody encountered issues with productVariantsCount returning the wrong count?
Its returning 111, my store definitely doesn’t have 111 variants. So I requested productVariants and only received 51 back, which is correct. So what’s going on here?
To test a bit further I just created a fresh dev store using the generated test data which contains 26 variants, ran the request for productVariantsCount and it has returned 26!
So there is something up with the store returning 111. I also remove some variants, based off removing an option for ‘The Complete Snowboard’ so it dropped to 15 variants. Ran the request again and I’m still getting 111 so something is wrong here.