A simple and efficient WP-CLI command for importing products into WooCommerce. This tool allows you to automate the process of importing product data, streamlining your workflow for large eCommerce stores.
- Import products from https://dummyjson.com/products.
- Easily add product attributes, categories, and other WooCommerce fields.
- Supports custom post meta fields for additional product data.
- Full WP-CLI compatibility for command-line-based operations.
- Import products
wp start import-products
- Delete product
wp start delete-products
- WordPress 6.x or higher.
- WooCommerce plugin installed and activated.
- WP-CLI 2.x or higher.
- Fork the repository.
- Create a new branch (git checkout -b feature-name).
- Make your changes and commit them (git commit -am 'Add new feature').
- Push to your branch (git push origin feature-name).
- Open a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
If you encounter any issues or need further assistance, feel free to open an issue on the GitHub repository.