Discussing APIs and development related to customers, discounts, and order management.
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?
Hey @Lafroaig
Are you able to DM me store details so I can investigate?
Scott | Developer Advocate @ Shopify
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.
Also facing the same issue regarding customerJourney data coming null, have you resolved the issue?