SimJoSt
November 20, 2025, 1:48pm
3
That’s really unfortunate.
Most other topics are asking about order comments, but there are other resources like customers, where that feature would also be extremely helpful for transparent communication between Partners and Merchants, especially the non-technical staff.
Similar topics:
I’ve noticed that some graphql resources return timeline comments, if you query for connected events, for example this will return up to 10 messages:
query DiscountWithComments {
discountNodes(first: 5) {
edges {
node {
metafield(key: "key", namespace: "$app:namespace") {
id
}
events(first: 10) {
__typename
nodes {
__typename
…
Hi,
Is there a GraphQL API mutation to add to an order’s timeline comments? We searched and found Order object has the hasTimeLineComment field, but there doesn’t seem to be any mutations?
[xy]
Retired Boards
Appdev
Metafields
@edweis This is a creative work-around. Thanks! Main concern here is that it wouldn’t have any real history like the timeline. The timeline of course you can have multiple entries over time, and timestamp each one. Where here, I think the only...
I need to be able to tell when I have put an order through to my warehouse, I need a timeline stamp for when I put a ‘Process’ tag on an order. I would like this automated so the Process tag automatically creates either a timeline comment or a...
Reading time: 1 mins 🕑
Likes: 5 ❤
It would be great if Shopify Flow would allow adding timeline comments to orders (and other resources).
With many Flows making changes to orders, it would be great if it could transparently document them for the non-technical staff members working on them.
Attaching logs as a file would be sublime, as the Flow logs are purged after 14 days.
This feature request has been on the old / non-dev community forum since July 2024 as well:
Similar topics are:
1 Like