A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
Working with the API - is there a way to only pull "unsubmitted" orders via the api.
I'm using the endpoint "assigned_fulfillment_orders", however it returns all fulfillments of any status, which requires filtering after making the API request. For large stores, this is very inefficient.
Is there another way to do this?