No content to show
User Activity
09-22-2023
Hi thank you for the reply..the problem is that I receive the data from CURL curl -X POST -H "Accept: application/json" "https://mysite.myshopify.com/admin/api/2022-04/graphql.json" -H "Content-Type: application/json" -H "X-Shopify-Access-Token: myke...
09-22-2023
hi, I don't understand why from shopify-graphiql-app the result is in html code { "key": "body_html", "value": "\nLa Chemise pour Homme Leonardo Essential avec col boutonné en coton Oxford bleu clair est une véritable incarnation du style classique, ...
Ok I find solution, put \\\" -d "{\"query\": \"query { translatableResource(resourceId: \\\"gid://shopify/Metafield/29751869047048\\\")
Hi, for linux is perfect the problem is for windows\dos... to send the CURL we must use " not ' if I send CURL 'site' receive a error... I need send curl "site" and the parameter the same with " but when I need send the resource "gid://.." there is t...
I don't understand why if I run a query curl -X POST \
https://mysite.myshopify.com/admin/api/2023-07/graphql.json \
-H 'Content-Type: application/json' \
-H 'X-Shopify-Access-Token: mykey' \
-d '{
"query": "query { translatableResources(first: 5, re...
Sorry I don't understand... I want read the metafield traslation... too see if correct and update only the wrong...
hi, thank for the reply but I can't remove the ", the curl from DOS\Windows need " and for separate " I need put \" in the 'details'
Hi I need read the traslation that are stored in shopify, I need to do from CURL (by MSSQL) to insert into table the problem is the double quote for the idMetafield curl -H "Content-Type: application/json" -H "X-Shopify-Access-Token: mykey" -X POST ...
Hi, is possibile create a flow where when I import\create a product the flow generate a text for the description, if I enter in the product menu I can create the description with "generate text" and is very nice.. but I need to do manualy... product ...
resolved... in Sell&Send we need put the "shop location"
Hi, I use a currier GLS Italy but when try to write the traking number receive this error {"errors":["Fulfillment payloads array size must be greater or equal to one."]} Receive all information and in the GLS portal I see all shipping but when need ...
Hi, I have the same problem, I have try to put all permission, all flag are acrite but when I try to read from url the fulfillment I receive the permission error {"errors":"The api_client does not have the required permission(s)."} I don't think t...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
240 | 09-20-2023 02:48 AM | |
316 | 06-27-2023 02:59 AM |