Covers all questions related to inventory management, order fulfillment, and shipping.
Hi,
I'm trying to run a report with the Admin GraphQL API that would get any orders within a date range, where each order has unfulfilled line_items tied to a particular fulfillment_service. I haven't posted my query because I'm not necessarily needing help fixing a broken query, I'm more so trying to determine if what I'm wanting to do is possible purely through the Shopify GraphQL API, or if I'll have to parse the jsonl file and do the rest of the filtering myself. Running the bulk query for fulfillable orders within a date range hasn't presented me with any problems, I'd just like to make sure there's not something I'm missing in the Admin GraphQL API that would allow me to further filter by fulfillment_service.