#Handle Batch Import Programmatically Possible?
4 messages · Page 1 of 1 (latest)
You can use the import strategy directly if you want or create a batch job the same way it is done for the product.
Actually, we just released documentation on how to create custom batch strategies. In the bottom of this page, you'll find a section on how to run them programatically. https://docs.medusajs.com/advanced/backend/batch-jobs/create
In this document, you’ll learn how to create a batch job strategy on your Medusa server.
💪