No content to show
User Activity
“fulfillment_status filter should be filtering on "partial" not partially_fulfilled”Thank you for the important clues you provided. I have modified the code and am testing it. Thank youAs for you said "But there might be other errors in your logic/o...
Advanced Query:"created_at:<='{{ scheduledAt | date_minus: "21 days" }}' AND created_at:>='{{ scheduledAt | date_minus: "60 days" }}' AND (fulfillment_status:unfulfilled OR fulfillment_status:Partially_fulfilled) AND NOT status:cancelled AND NOT fina...
Thank u, Paul, i read the document but did not find more helpful information, except it may not be suitable for retrieving the above data. so what should i do if i wanna retrieve the "ATTEMPTED_DELIVERY" status?
I wanna Get "delivery status" like "Attempted_delivery" via Get fulfillment order data or else, and also find out the related GraphQL Admin APi, but still don't know how should i write the code in advanced "Edit query", maybe "displayStatus:ATTEMPTED...
Got it, thank u
Thank u, Paul. it works, and one more question, did u know if i use "contains" as the operator, how to write it for "edit query"?I tried "status:active and inventory_total:>0 AND tag contains sale_Coming" and “status:active and inventory_total:>0 A...
so should i still remove the double quotation marks? what's the right formula that i need when there is a special character and a blankspace?
Still need to apply
This feature is only available by request. Sign up to register your interest.
Thank u Kalen, the special characters are what the used theme requires. appreciate your sharing and pro guidance.
As u see, i have one product with many tags, one of them is " '- tag__sale_Coming Soon "(*As below pictures show ).This flow is designed for "every day the flow check if any product‘s status is active and inventory >0, especially has one specific ta...
Got it, thank u
Thank u Paul, you are a pro. I have spent 2 weeks on this flow, to test and change. If i understand correctly, only the fulfillment event trigger works on this flow, right? i really appreciate what u did.
I cannot get your point, all orders on shopify can show the updated tracking info., and the documents also suggest to replace the trigger, if not, why waste time on it?
I created a flow to inspect the fulfillmentDisplay Status, once it showed "ATTEMPTED_DELIVERY", then sent an internal email to notify my staff to remind our customers.From Shopify official document, it says that "The Fulfillment event created trigger...