Hello!
We use both Shopify and ShipHero for our store, and I recently ran across a feature available in the Shopify API that I would love to see made available in the ShipHero API. They allow the ability to create a “bulk_operations” mutation, which lets you send a read-only query as part of the mutation, and it takes care of the pagination for large data sets, giving back a URL from which to download the JSONL (JSON Lines) formatted results. Their intro can be found here.
I know a previous request was made for bulk operations, but a number of the use cases are for mutations rather than queries, so I wanted to add this feature request for query-only bulk operations.
Thanks,
Jeremy