I’m building an app with inventory management capabilities and I want to hundreds or thousands of test/demo orders into a dev store. Doing this through the API seems to be excruciatingly slow because of rate limits. Is there a recommended way of doing this?
For example, can I generate a json/csv with all the orders and import it somehow?
I assume this is possible, since there are apps out there that can migrate order histories from WooCommerce and other e-commerce platforms.