A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
Hi!
We are using Shopify API to add and manage products in our store. However, we have a hard time finding out whether it is possible to set the Google Metafields via API (fields such as condition, size, color and google product category).
Would love the answer, since updating our 2000+ products would be a hassle to change manually. Thanks in advance! 🙂
/T
Solved! Go to the solution
This is an accepted solution.
Hi it seem like no one answered your question.
Today we have the very same problem. Here is my solution.
As we already using API for our very own integration we don't want to use any third party app as many answers on this forum recomends to massive google metafiled setting.
Instead we going to use metafields API
So the very firs thing you will need to do is to install google shopping sales channeld and
This is an accepted solution.
Hi it seem like no one answered your question.
Today we have the very same problem. Here is my solution.
As we already using API for our very own integration we don't want to use any third party app as many answers on this forum recomends to massive google metafiled setting.
Instead we going to use metafields API
So the very firs thing you will need to do is to install google shopping sales channeld and
Thank you! That helped a lot, and your solution seem to work!