No content to show
User Activity
04-13-2023
I still have the same problem, does anyone have a solution? I need a way to extract metafield translations via API, translations are entered via Translate & AdaptThanks
12-01-2022
Hello, I'm able to get the products translation via GraphQL API but I can't figure out how and if it's possible to get translated metafields as well. More specifically I need to recover the variant metafields.This is my current call with untranslated...
Hi,I need to create customers via API and automatically send the activation account email.I do a POST call to /admin/api/2021-07/customers.json with the following data: {
"customer": {
"first_name": "Steve",
"last_name": "Lastnameson",
...
I understand, so probably I'm using a wrong metafield Id.I thought that the id was the one specified here:Instead can you confirm me that each metafield has a specific ID for each product? Do I have to retrieve it by making a call to the product get ...
Hi,I am unable to update the metafield value when I update a product, below a simple example:/admin/api/2021-07/products/{product_id}.json{
"metafields":[
{
"key":"short_description",
"value":"TEST",
"value_type":"...