Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

MarketingEvent data is null for bulk Graphql query

MarketingEvent data is null for bulk Graphql query

Lafroaig
Shopify Partner
3 0 0

Hi there,

 

I have troubles accessing `marketingEvent` field of Order's data using Bulk GraphQl query. But regular non-bulk query works perfectly at the same time.

 

 

 

{
  orders(first: 100) {
    edges {
      node {
        customerJourneySummary {
          lastVisit {
            marketingEvent {
              channel
            }
          }
        }
      }
    }
  }
}

 

 

 

The result looks following

 

 

 

{"id":"...","customerJourney":{"firstVisit":{"marketingEvent":null},"lastVisit":{"marketingEvent":null}}}

 

 

 

 
Please, provide any details, solutions for the issue. Is it a known issue?

Replies 4 (4)

SBD_
Shopify Staff
1831 273 423

Hey @Lafroaig 

 

Are you able to DM me store details so I can investigate?

Scott | Developer Advocate @ Shopify 

ds_redbrain
Shopify Partner
6 1 2

Hi @SBD_ @Lafroaig 
I came across your post while searching for a solution to a similar issue we're having with Order CustomerJourney data. Could be related?

I have posted this here: https://community.shopify.com/c/graphql-basics-and/order-customerjourney-data-is-always-null/td-p/23... 

I can share the list of effected stores we have, and the test data we have collected also.


devshev
Visitor
2 0 0

Also facing the same issue regarding customerJourney data coming null, have you resolved the issue?