Liquid, JavaScript, themes, sales channels
fetch_query =
"query($ids: [ID!]!) {
nodes(ids: $ids) {
... on Order {
id
customerJourney {
moments {
... on CustomerVisit {
utmParameters {
source
campaign
content
medium
term
}
}
}
}
}
}
}
}"
fetch_body = {
query: fetch_query,
variables: {ids: ["gid://shopify/Order/3788714410115"]}
}
response = Shopify::GraphqlQuery.call(fetch_body, Shop.last)
response.body
User | RANK |
---|---|
11 | |
11 | |
8 | |
6 | |
6 |
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022