We have been building integrations between Shopify and Financial programs for a couple of years now using the REST API.
Due to the REST API being deprecated we now want to move to GraphQL Admin API.
We try to create just “simple” products so products with 1 variation. I’ve been cracking my head over it because for some reason, I can make the product (without also giving the variation details), get de default variant ID that has been added to the product.
But then it stops, i want to update it so i can set the correct SKU and prijs. I’ve found the productvariantsbulkupdate but for some reason i can’t update the SKU with it.