Skip to content
Charlie W edited this page May 16, 2022 · 8 revisions

For documentation, view the README.

Roadmap

  • Add features to import products and categories using /:batch endpoint to speed things up for large data sets.

Not planned but would be a good way for someone to contribute to the project:

  • Migrate shipment records and tie them to orders.
  • Support for migrating subscriptions.

Changelog:

V 1.2.3 - May 15 2022

Changed

  • Moved methods into separate files in ./src/methods to make reading and managing code easier.

Fixed

  • migrateCustomers and migrateOrders calling the correct number of pages of records.

V 1.2.0 - May 14 2022

Added

  • Added order migrating features. Changed
  • Increased API calls to 100 records per page by default.

V 1.1.0 - May 12 2022

Added

  • Added customers / accounts migrating features.

Fixed

  • Calculate accurate total pagination pages count from swell in getAllPagesSwell().
  • Product create / update now correctly setting stock_level property.
Clone this wiki locally