It sounds like you’re on the right track with using Shopify Flow to automate taxonomy assignments! Since the old values work but the new ones don’t, it might be an issue with how the new values are being referenced or formatted.
Here’s a suggestion: Ensure that the new taxonomy category IDs (gid://shopify/TaxonomyCategory/aa-1-13-8) are correctly referenced in your Flow. You might need to verify that these IDs are valid and exist in your Shopify store.
If the issue persists, you could try using the Shopify GraphQL API to set the product category programmatically. This approach might give you more control and flexibility over the assignment process.
I’m pretty new to this and don’t exactly know what you mean with the last part.
I have 108 Products which are using this new Taxonomy Category already.
I use Printify to create new Products which will automatically be synced into Shopify. I want to directly update the Taxonomy Category every time a new products gets added.
What would be the steps to use Shopify GraphQL API to set the product category programmatically?
Assuming “yes”, the category structure changes in the 2024-07 API version and Flow currently uses 2024-04. We are close to adopting 2024-07, which will enable this. If you can’t wait, you could try Send HTTP request instead and use whatever API version you want.