产品数据的导入和导出,并没有默认内置在系统里,需要安装拓展,具体参考拓展安装方法。

产品导入

commerce_feeds模块

https://www.drupal.org/project/commerce_feeds

这个模块用来做导入产品的。

当然如果你不想人家的模块,想自己开发,尝试这个模块:https://www.drupal.org/project/commerce_migrate 结合这个模块很容易写出需要的导入商品的模块。

产品导出

推荐使用drupal原生的视图导出数据模块:https://www.drupal.org/project/views_data_export

安装模块:

$composer require drupal/views_data_export --prefer-dist

创建一个视图,用于导出产品数据。

….更多请阅读

https://docs.drupalcommerce.org/commerce2/developer-guide/products/product-management/importing-exporting