Figured it out. It was something I did. I have a custom Shopify App (using Admin API) that regularly updates the price of the products and every time it did an update, it changed the ProductVariantID of the products which wasn’t intended. I fixed it to make sure I passed the ProductVariantID when doing a productUpdate mutation. Silly me.
1 Like