App reviews, troubleshooting, and recommendations
Hello. I'm trying to get the orders which are not fulfilled. I'm using GraphQL Admin API and my search syntax is this:
"fulfillment_status:unfulfilled" but that returns nothing, while I clearly have unfulfilled orders in the store.
But when I use "fulfillment_status:any" it works and returns all the orders. So, query structure is correct I guess. Then what's wrong ? I also tried "NOT fulfillment_status:shipped" but that didn't work as well. I'm so confused
Solved! Go to the solution
This is an accepted solution.
Haha, yes. IDK how, but adding "reverse: true" argument helped.
You can try "fulfillment_status:unshipped"
This is an accepted solution.
Haha, yes. IDK how, but adding "reverse: true" argument helped.
For me currently in `2024-10` `fulfillment_status:shipped` works, but `fulfillment_status:fulfilled` does not. But I do get a warning:
```
"warnings": [
{
"field": "fulfillment_status",
"message": "Input `shipped` is not an accepted value."
}
]
```
I also tried `unshipped` and it also seems to give me all `unfulfilled` orders.
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024