No content to show
User Activity
ok resolved with paul_n solution plus a lstrip {%- assign lines = customer.note | newline_to_br | split: '<br />' -%}
{%- assign gender = lines | first | split: ':' -%}
{{- gender | last | lstrip -}}
Hi, thank you for the solution but I have a problem, the result for 2 field he put the "\n" char {
"customer_id": "gid://shopify/Customer/9461841199368",
"metafield": {
"namespace": "custom",
"key": "gender",
"type": "multi_line_text_...
01-30-2025
Ciao, mi serve sapere quali prodotti sono presenti in una collection, ho usato e leggendo le varie guide questa sarebbe perfetta /admin/api/2024-10/collection_listings/841564295/product_ids.json perchè mi da solo gli ID, ne avevo trovata un altra ma...
12-13-2023
resolved.... if (@primo > 0)
begin
select @Ultimo = max(id) from ##cliente
set @url = @Anonymous+'/admin/api/2023-10/customers.json?limit=250&since_id='+convert(varchar(20), @Ultimo)
end
else
begin
set @url = @Anonymous+'/admin/api/2023-10/...
12-12-2023
Hi need download the lasta 10000 customer but the api call not accept the order by id and I can't see the begining... i see only the last 250.... the variable @Ultimo is always the last.. I need the first and after see the next 250... the order with ...
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"
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
445 | 12-13-2023 03:10 AM | |
1559 | 09-20-2023 02:48 AM | |
803 | 06-27-2023 02:59 AM |