Is it possible to query shipments and limit it to only those created via ShipHero and exclude those shipments that were shipped externally?
I’m trying to query for a specific shipment and when limiting the date range to a particular date I’m getting extra results that aren’t shown in the Web UI. In the Web UI I run the shipment report for the specific time period and it shows 11 records. When running the same GraphQL query on those dates, it’s bringing back shipments from our external fulfillment system (which ShipHero is going to replace). If I could add a filter to the query so that the shipments returned were only those created in ShipHero, that would be helpful as they’re the only ones we care about.