Is it possible to query only guest orders? #3531
joshuapease
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What's the best way to query orders placed by guests in Commerce 4? Now that guests are considered "inactive" users, it's a bit trickier to query historical data.
I suppose I could query or filter results based on if a user account is active or inactive.
However, I wonder how that affects orders placed by guests who then go on to activate an account later on.
That would cause their "guest orders" to appear as a logged in order... right?
Beta Was this translation helpful? Give feedback.
All reactions