Conversations about creating, managing, and using metafields to store and retrieve custom data for apps and themes.
Hello,
I have trouble finding in manual how to access (READ) via AdminAPI or GraphQL how values from fields
I can export them to CSV from panel - so they are existing for product that im exporting but I cannot see this fields inside API in Products or Variants.
I call:
/admin/products.json
Will be grat help if someone tell me how to access this fields for a given product.
Regards
Solved! Go to the solution
This is an accepted solution.
Hey Camil,
Last time I checked these were stored in the Product Metafields.
Here's a list of the Namespaces and Keys: https://www.highviewapps.com/kb/how-do-i-export-fields-from-shopifys-google-shopping-app/
This is an accepted solution.
Hey Camil,
Last time I checked these were stored in the Product Metafields.
Here's a list of the Namespaces and Keys: https://www.highviewapps.com/kb/how-do-i-export-fields-from-shopifys-google-shopping-app/
You help me a lot!
For others users looking for answer- request to
GET /admin/api/2020-04/products/#PRODUCT_ID/metafields.json
Return all values I need.
Working like charm!
Thanks!